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

/linux-4.1.27/arch/arm/mach-omap2/
H A Dhsmmc.c151 *mmc_controller, int controller_nr) omap_hsmmc_mux()
153 if (gpio_is_valid(mmc_controller->gpio_cd) && omap_hsmmc_mux()
154 (mmc_controller->gpio_cd < OMAP_MAX_GPIO_LINES)) omap_hsmmc_mux()
155 omap_mux_init_gpio(mmc_controller->gpio_cd, omap_hsmmc_mux()
157 if (gpio_is_valid(mmc_controller->gpio_cod) && omap_hsmmc_mux()
158 (mmc_controller->gpio_cod < OMAP_MAX_GPIO_LINES)) omap_hsmmc_mux()
159 omap_mux_init_gpio(mmc_controller->gpio_cod, omap_hsmmc_mux()
161 if (gpio_is_valid(mmc_controller->gpio_wp) && omap_hsmmc_mux()
162 (mmc_controller->gpio_wp < OMAP_MAX_GPIO_LINES)) omap_hsmmc_mux()
163 omap_mux_init_gpio(mmc_controller->gpio_wp, omap_hsmmc_mux()
173 if (mmc_controller->caps & omap_hsmmc_mux()
182 if (mmc_controller->caps & omap_hsmmc_mux()
207 if (mmc_controller->caps & omap_hsmmc_mux()
216 if (mmc_controller->caps & omap_hsmmc_mux()
150 omap_hsmmc_mux(struct omap_hsmmc_platform_data *mmc_controller, int controller_nr) omap_hsmmc_mux() argument
/linux-4.1.27/arch/arm/mach-omap1/
H A Ddevices.c95 static inline void omap1_mmc_mux(struct omap_mmc_platform_data *mmc_controller, omap1_mmc_mux() argument
114 if (mmc_controller->slots[0].wires == 4 && !cpu_is_omap7xx()) { omap1_mmc_mux()
117 if (!mmc_controller->slots[0].nomux) omap1_mmc_mux()
125 if (!mmc_controller->slots[1].nomux) { omap1_mmc_mux()
130 if (mmc_controller->slots[1].wires == 4) { omap1_mmc_mux()

Completed in 97 milliseconds