Searched refs:FM801_GPIO_GP (Results 1 – 1 of 1) sorted by relevance
131 #define FM801_GPIO_GP(x) (1<<(0+(x))) macro770 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 …]