Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dboard-h2-mmc.c24 gpio_set_value(H2_TPS_GPIO_MMC_PWR_EN, power_on); in mmc_set_power()
30 int ret = gpio_request(H2_TPS_GPIO_MMC_PWR_EN, "MMC power"); in mmc_late_init()
34 gpio_direction_output(H2_TPS_GPIO_MMC_PWR_EN, 0); in mmc_late_init()
41 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