Lines Matching refs:wren
741 u8 data, clk, wren, most; member
746 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" },
747 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" },
748 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" },
762 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_pins()
767 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_pins()
795 FM801_GPIO_GS(gpio.wren) | in snd_fm801_tea575x_set_direction()
802 FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()
806 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_direction()
813 FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_direction()
816 reg &= ~(FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()