Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-imx/
Dmach-pcm043.c206 #define AC97_GPIO_TXFS IMX_GPIO_NR(2, 31) macro
216 ret = gpio_request(AC97_GPIO_TXFS, "SSI"); in pcm043_ac97_warm_reset()
225 gpio_direction_output(AC97_GPIO_TXFS, 1); in pcm043_ac97_warm_reset()
227 gpio_set_value(AC97_GPIO_TXFS, 0); in pcm043_ac97_warm_reset()
229 gpio_free(AC97_GPIO_TXFS); in pcm043_ac97_warm_reset()
242 ret = gpio_request(AC97_GPIO_TXFS, "SSI"); in pcm043_ac97_cold_reset()
258 gpio_direction_output(AC97_GPIO_TXFS, 0); in pcm043_ac97_cold_reset()
273 gpio_free(AC97_GPIO_TXFS); in pcm043_ac97_cold_reset()