Searched refs:FM801_GPIO_GP (Results 1 – 1 of 1) sorted by relevance
131 #define FM801_GPIO_GP(x) (1<<(0+(x))) macro768 reg &= ~(FM801_GPIO_GP(gpio.data) | in snd_fm801_tea575x_set_pins()769 FM801_GPIO_GP(gpio.clk) | in snd_fm801_tea575x_set_pins()770 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_pins()812 FM801_GPIO_GP(gpio.data) | in snd_fm801_tea575x_set_direction()813 FM801_GPIO_GP(gpio.clk) | in snd_fm801_tea575x_set_direction()814 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_direction()819 FM801_GPIO_GP(gpio.data) | in snd_fm801_tea575x_set_direction()820 FM801_GPIO_GP(gpio.most) | in snd_fm801_tea575x_set_direction()821 FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_direction()[all …]