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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Djuli.c100 #define GPIO_RATE_MASK (GPIO_FREQ_MASK | GPIO_MULTI_MASK | \ macro
523 result = ice->gpio.get_data(ice) & GPIO_RATE_MASK;
537 new = (old & ~GPIO_RATE_MASK) | get_gpio_val(rate);
539 old & GPIO_RATE_MASK,
540 new & GPIO_RATE_MASK); */
561 ice->gpio.set_data(ice, (old & ~GPIO_RATE_MASK) | GPIO_MULTI_1X |

Completed in 40 milliseconds