Searched refs:FM801_GPIO_GP (Results 1 – 1 of 1) sorted by relevance
143 #define FM801_GPIO_GP(x) (1<<(0+(x))) macro754 reg &= ~(FM801_GPIO_GP(gpio.data) | in snd_fm801_tea575x_set_pins()755 FM801_GPIO_GP(gpio.clk) | in snd_fm801_tea575x_set_pins()756 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_pins()758 reg |= (pins & TEA575X_DATA) ? FM801_GPIO_GP(gpio.data) : 0; in snd_fm801_tea575x_set_pins()759 reg |= (pins & TEA575X_CLK) ? FM801_GPIO_GP(gpio.clk) : 0; in snd_fm801_tea575x_set_pins()761 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_pins()774 if (reg & FM801_GPIO_GP(gpio.data)) in snd_fm801_tea575x_get_pins()776 if (reg & FM801_GPIO_GP(gpio.most)) in snd_fm801_tea575x_get_pins()798 FM801_GPIO_GP(gpio.data) | in snd_fm801_tea575x_set_direction()[all …]