Home
last modified time | relevance | path

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

/Linux-v5.10/sound/pci/
Dfm801.c750 u8 data, clk, wren, most; member
755 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" },
756 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" },
757 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" },
771 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_pins()
776 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_pins()
804 FM801_GPIO_GS(gpio.wren) | in snd_fm801_tea575x_set_direction()
811 FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction()
815 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_direction()
822 FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_direction()
[all …]
Des1968.c2528 u8 data, clk, wren, most; member
2533 { .data = 6, .clk = 7, .wren = 8, .most = 9, .name = "SF64-PCE2" },
2534 { .data = 7, .clk = 8, .wren = 6, .most = 10, .name = "M56VAP" },
2549 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in snd_es1968_tea575x_set_pins()
2577 outw(~((1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren)), in snd_es1968_tea575x_set_direction()
2579 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), in snd_es1968_tea575x_set_direction()
2582 outw(~((1 << gpio.clk) | (1 << gpio.wren) | (1 << gpio.data) | (1 << gpio.most)), in snd_es1968_tea575x_set_direction()
2585 | (1 << gpio.clk) | (1 << gpio.wren), io + IO_DIR); in snd_es1968_tea575x_set_direction()
/Linux-v5.10/drivers/media/radio/
Dradio-maxiradio.c63 static const int clk = 1, data = 2, wren = 4, mo_st = 8, power = 16; variable
91 bits |= (pins & TEA575X_WREN) ? wren : 0; in maxiradio_tea575x_set_pins()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_efuse.c80 u8 offset, wren; in efuse_phymap_to_logical() local
137 wren = rtemp8 & 0x0F; in efuse_phymap_to_logical()
142 wren = rtemp8 & 0x0f; in efuse_phymap_to_logical()
149 if (!(wren & 0x01)) { in efuse_phymap_to_logical()
164 wren >>= 1; in efuse_phymap_to_logical()
/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/
Defuse.c201 u8 offset, wren; in read_efuse() local
264 wren = (*rtemp8 & 0x0F); in read_efuse()
269 wren = (*rtemp8 & 0x0f); in read_efuse()
274 "offset-%d Worden=%x\n", offset, wren); in read_efuse()
277 if (!(wren & 0x01)) { in read_efuse()
305 wren >>= 1; in read_efuse()
/Linux-v5.10/drivers/media/pci/bt8xx/
Dbttv-cards.c3080 btv->tea_gpio.wren = 6; in miro_pinnacle_gpio()
3377 btv->tea_gpio.wren = 5; in bttv_init_card2()
3749 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in bttv_tea575x_set_pins()
3751 gpio_bits((1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), val); in bttv_tea575x_set_pins()
3793 u32 mask = (1 << gpio.clk) | (1 << gpio.wren) | (1 << gpio.data) | in bttv_tea575x_set_direction()
3798 (1 << gpio.wren)); in bttv_tea575x_set_direction()
3800 gpio_inout(mask, (1 << gpio.clk) | (1 << gpio.wren)); in bttv_tea575x_set_direction()
3831 btv->tea_gpio.wren = 4; in terratec_active_radio_upgrade()
Dbttvp.h352 u8 data, clk, wren, most; member