Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap1/
Dboard-h3-mmc.c25 gpio_set_value(H3_TPS_GPIO_MMC_PWR_EN, power_on); in mmc_set_power()
49 ret = gpio_request(H3_TPS_GPIO_MMC_PWR_EN, "MMC power"); in h3_mmc_init()
52 gpio_direction_output(H3_TPS_GPIO_MMC_PWR_EN, 0); in h3_mmc_init()
Dboard-h3.h31 # define H3_TPS_GPIO_MMC_PWR_EN (H3_TPS_GPIO_BASE + 4) macro