Lines Matching refs:wren
735 u8 data, clk, wren, most; member
740 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" },
741 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" },
742 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" },
756 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_pins()
761 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_pins()
789 FM801_GPIO_GS(gpio.wren) | in snd_fm801_tea575x_set_direction()
796 FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()
800 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_direction()
807 FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_direction()
810 reg &= ~(FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()