Home
last modified time | relevance | path

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

/linux/drivers/media/radio/
H A 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/sound/pci/
H A Des1968.c2463 u8 data, clk, wren, most; member
2468 { .data = 6, .clk = 7, .wren = 8, .most = 9, .name = "SF64-PCE2" },
2469 { .data = 7, .clk = 8, .wren = 6, .most = 10, .name = "M56VAP" },
2484 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in snd_es1968_tea575x_set_pins()
2512 outw(~((1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren)), in snd_es1968_tea575x_set_direction()
2514 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), in snd_es1968_tea575x_set_direction()
2517 outw(~((1 << gpio.clk) | (1 << gpio.wren) | (1 << gpio.data) | (1 << gpio.most)), in snd_es1968_tea575x_set_direction()
2520 | (1 << gpio.clk) | (1 << gpio.wren), io + IO_DIR); in snd_es1968_tea575x_set_direction()
/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c3078 btv->tea_gpio.wren = 6; in miro_pinnacle_gpio()
3375 btv->tea_gpio.wren = 5; in bttv_init_card2()
3747 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in bttv_tea575x_set_pins()
3749 gpio_bits((1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), val); in bttv_tea575x_set_pins()
3791 u32 mask = (1 << gpio.clk) | (1 << gpio.wren) | (1 << gpio.data) | in bttv_tea575x_set_direction()
3796 (1 << gpio.wren)); in bttv_tea575x_set_direction()
3798 gpio_inout(mask, (1 << gpio.clk) | (1 << gpio.wren)); in bttv_tea575x_set_direction()
3829 btv->tea_gpio.wren = 4; in terratec_active_radio_upgrade()
H A Dbttvp.h309 u8 data, clk, wren, most; member