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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dmach-pcm043.c222 #define AC97_GPIO_TXFS (1 * 32 + 31) macro
232 ret = gpio_request(AC97_GPIO_TXFS, "SSI");
241 gpio_direction_output(AC97_GPIO_TXFS, 1);
243 gpio_set_value(AC97_GPIO_TXFS, 0);
245 gpio_free(AC97_GPIO_TXFS);
258 ret = gpio_request(AC97_GPIO_TXFS, "SSI");
274 gpio_direction_output(AC97_GPIO_TXFS, 0);
289 gpio_free(AC97_GPIO_TXFS);

Completed in 60 milliseconds