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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dboard-h2.h33 # define H2_TPS_GPIO_MMC_PWR_EN (H2_TPS_GPIO_BASE + 3) macro
H A Dboard-h2-mmc.c29 gpio_set_value(H2_TPS_GPIO_MMC_PWR_EN, power_on);
35 int ret = gpio_request(H2_TPS_GPIO_MMC_PWR_EN, "MMC power");
39 gpio_direction_output(H2_TPS_GPIO_MMC_PWR_EN, 0);
46 gpio_free(H2_TPS_GPIO_MMC_PWR_EN);

Completed in 61 milliseconds