Searched refs:H3_TPS_GPIO_MMC_PWR_EN (Results 1 – 2 of 2) sorted by relevance
25 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()
31 # define H3_TPS_GPIO_MMC_PWR_EN (H3_TPS_GPIO_BASE + 4) macro