Home
last modified time | relevance | path

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

/sound/pci/
Dfm801.c735 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()
[all …]
Des1968.c2547 u8 data, clk, wren, most; member
2552 { .data = 6, .clk = 7, .wren = 8, .most = 9, .name = "SF64-PCE2" },
2553 { .data = 7, .clk = 8, .wren = 6, .most = 10, .name = "M56VAP" },
2568 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in snd_es1968_tea575x_set_pins()
2596 outw(~((1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren)), in snd_es1968_tea575x_set_direction()
2598 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), in snd_es1968_tea575x_set_direction()
2601 outw(~((1 << gpio.clk) | (1 << gpio.wren) | (1 << gpio.data) | (1 << gpio.most)), in snd_es1968_tea575x_set_direction()
2604 | (1 << gpio.clk) | (1 << gpio.wren), io + IO_DIR); in snd_es1968_tea575x_set_direction()