Home
last modified time | relevance | path

Searched refs:H2_TPS_GPIO_MMC_PWR_EN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap1/
Dboard-h2-mmc.c27 gpio_set_value(H2_TPS_GPIO_MMC_PWR_EN, power_on); in mmc_set_power()
33 int ret = gpio_request(H2_TPS_GPIO_MMC_PWR_EN, "MMC power"); in mmc_late_init()
37 gpio_direction_output(H2_TPS_GPIO_MMC_PWR_EN, 0); in mmc_late_init()
44 gpio_free(H2_TPS_GPIO_MMC_PWR_EN); in mmc_cleanup()
Dboard-h2.h33 # define H2_TPS_GPIO_MMC_PWR_EN (H2_TPS_GPIO_BASE + 3) macro