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

/linux-4.4.14/arch/arm/mach-imx/
H A Dmach-pcm043.c215 #define AC97_GPIO_TXFS IMX_GPIO_NR(2, 31) macro
227 ret = gpio_request(AC97_GPIO_TXFS, "SSI"); pcm043_ac97_warm_reset()
236 gpio_direction_output(AC97_GPIO_TXFS, 1); pcm043_ac97_warm_reset()
238 gpio_set_value(AC97_GPIO_TXFS, 0); pcm043_ac97_warm_reset()
240 gpio_free(AC97_GPIO_TXFS); pcm043_ac97_warm_reset()
253 ret = gpio_request(AC97_GPIO_TXFS, "SSI"); pcm043_ac97_cold_reset()
269 gpio_direction_output(AC97_GPIO_TXFS, 0); pcm043_ac97_cold_reset()
284 gpio_free(AC97_GPIO_TXFS); pcm043_ac97_cold_reset()

Completed in 35 milliseconds