Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/
H A Dfm801.c138 #define FM801_GPIO_GD(x) (1<<(8+(x))) macro
810 reg &= ~(FM801_GPIO_GD(gpio.data) | in snd_fm801_tea575x_set_direction()
811 FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()
812 FM801_GPIO_GD(gpio.clk) | in snd_fm801_tea575x_set_direction()
818 reg |= FM801_GPIO_GD(gpio.data) | in snd_fm801_tea575x_set_direction()
819 FM801_GPIO_GD(gpio.most) | in snd_fm801_tea575x_set_direction()
825 reg &= ~(FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()
826 FM801_GPIO_GD(gpio.clk) | in snd_fm801_tea575x_set_direction()
/kernel/linux/linux-6.6/sound/pci/
H A Dfm801.c136 #define FM801_GPIO_GD(x) (1<<(8+(x))) macro
811 reg &= ~(FM801_GPIO_GD(gpio.data) | in snd_fm801_tea575x_set_direction()
812 FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()
813 FM801_GPIO_GD(gpio.clk) | in snd_fm801_tea575x_set_direction()
819 reg |= FM801_GPIO_GD(gpio.data) | in snd_fm801_tea575x_set_direction()
820 FM801_GPIO_GD(gpio.most) | in snd_fm801_tea575x_set_direction()
826 reg &= ~(FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()
827 FM801_GPIO_GD(gpio.clk) | in snd_fm801_tea575x_set_direction()

Completed in 5 milliseconds