Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-imx/
Dmach-pcm043.c216 #define AC97_GPIO_RESET IMX_GPIO_NR(2, 0) macro
260 ret = gpio_request(AC97_GPIO_RESET, "SSI"); in pcm043_ac97_cold_reset()
272 gpio_direction_output(AC97_GPIO_RESET, 0); in pcm043_ac97_cold_reset()
274 gpio_direction_output(AC97_GPIO_RESET, 1); in pcm043_ac97_cold_reset()
279 gpio_free(AC97_GPIO_RESET); in pcm043_ac97_cold_reset()