Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/
Dfm801.c148 #define FM801_GPIO_GD(x) (1<<(8+(x))) macro
795 reg &= ~(FM801_GPIO_GD(gpio.data) | in snd_fm801_tea575x_set_direction()
796 FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()
797 FM801_GPIO_GD(gpio.clk) | in snd_fm801_tea575x_set_direction()
803 reg |= FM801_GPIO_GD(gpio.data) | in snd_fm801_tea575x_set_direction()
804 FM801_GPIO_GD(gpio.most) | in snd_fm801_tea575x_set_direction()
810 reg &= ~(FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()
811 FM801_GPIO_GD(gpio.clk) | in snd_fm801_tea575x_set_direction()