Home
last modified time | relevance | path

Searched refs:mxc_gpio_mode (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/arm/mach-imx/
Dmach-pca100.c200 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); in pca100_ac97_warm_reset()
204 mxc_gpio_mode(PC20_PF_SSI1_FS); in pca100_ac97_warm_reset()
210 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); /* FS */ in pca100_ac97_cold_reset()
212 mxc_gpio_mode(GPIO_PORTC | 22 | GPIO_GPIO | GPIO_OUT); /* TX */ in pca100_ac97_cold_reset()
214 mxc_gpio_mode(GPIO_PORTC | 28 | GPIO_GPIO | GPIO_OUT); /* reset */ in pca100_ac97_cold_reset()
218 mxc_gpio_mode(PC20_PF_SSI1_FS); in pca100_ac97_cold_reset()
219 mxc_gpio_mode(PC22_PF_SSI1_TXD); in pca100_ac97_cold_reset()
361 mxc_gpio_mode(GPIO_PORTD | 28 | GPIO_GPIO | GPIO_IN); in pca100_init()
362 mxc_gpio_mode(GPIO_PORTD | 27 | GPIO_GPIO | GPIO_IN); in pca100_init()
Diomux-v1.c112 int mxc_gpio_mode(int gpio_mode) in mxc_gpio_mode() function
150 ret = mxc_gpio_mode(list[i]); in imx_iomuxv1_setup_multiple()
Diomux-v1.h75 extern int mxc_gpio_mode(int gpio_mode);