Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dfm801.c131 #define FM801_GPIO_GP(x) (1<<(0+(x))) macro
770 reg &= ~(FM801_GPIO_GP(gpio.data) | in snd_fm801_tea575x_set_pins()
771 FM801_GPIO_GP(gpio.clk) | in snd_fm801_tea575x_set_pins()
772 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_pins()
774 reg |= (pins & TEA575X_DATA) ? FM801_GPIO_GP(gpio.data) : 0; in snd_fm801_tea575x_set_pins()
775 reg |= (pins & TEA575X_CLK) ? FM801_GPIO_GP(gpio.clk) : 0; in snd_fm801_tea575x_set_pins()
777 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_pins()
790 if (reg & FM801_GPIO_GP(gpio.data)) in snd_fm801_tea575x_get_pins()
792 if (reg & FM801_GPIO_GP(gpio.most)) in snd_fm801_tea575x_get_pins()
814 FM801_GPIO_GP(gpio.data) | in snd_fm801_tea575x_set_direction()
[all …]