Searched refs:H2_TPS_GPIO_MMC_PWR_EN (Results 1 – 2 of 2) sorted by relevance
24 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()
33 # define H2_TPS_GPIO_MMC_PWR_EN (H2_TPS_GPIO_BASE + 3) macro