Searched refs:FM801_GPIO_GP (Results 1 – 1 of 1) sorted by relevance
133 #define FM801_GPIO_GP(x) (1<<(0+(x))) macro760 reg &= ~(FM801_GPIO_GP(gpio.data) | in snd_fm801_tea575x_set_pins()761 FM801_GPIO_GP(gpio.clk) | in snd_fm801_tea575x_set_pins()762 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_pins()764 reg |= (pins & TEA575X_DATA) ? FM801_GPIO_GP(gpio.data) : 0; in snd_fm801_tea575x_set_pins()765 reg |= (pins & TEA575X_CLK) ? FM801_GPIO_GP(gpio.clk) : 0; in snd_fm801_tea575x_set_pins()767 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_pins()780 if (reg & FM801_GPIO_GP(gpio.data)) in snd_fm801_tea575x_get_pins()782 if (reg & FM801_GPIO_GP(gpio.most)) in snd_fm801_tea575x_get_pins()804 FM801_GPIO_GP(gpio.data) | in snd_fm801_tea575x_set_direction()[all …]