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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/pxa/
H A Draumfeld.c35 #define GPIO_MCLK_RESET (111) macro
56 gpio_set_value(GPIO_MCLK_RESET, 1);
64 gpio_set_value(GPIO_MCLK_RESET, 0);
343 gpio_free(GPIO_MCLK_RESET);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Draumfeld.c98 #define GPIO_MCLK_RESET (111) macro
981 ret = gpio_request(GPIO_MCLK_RESET, "MCLK reset");
983 pr_warning("unable to request GPIO_MCLK_RESET\n");
985 gpio_direction_output(GPIO_MCLK_RESET, 1);

Completed in 105 milliseconds