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