Lines Matching refs:wren
749 u8 data, clk, wren, most; member
754 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" },
755 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" },
756 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" },
770 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_pins()
775 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_pins()
803 FM801_GPIO_GS(gpio.wren) | in snd_fm801_tea575x_set_direction()
810 FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()
814 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_direction()
821 FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_direction()
824 reg &= ~(FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()