Searched refs:wren (Results 1 – 5 of 5) sorted by relevance
/drivers/media/radio/ |
D | radio-maxiradio.c | 63 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()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_efuse.c | 80 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()
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | efuse.c | 201 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()
|
/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 3080 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()
|
D | bttvp.h | 352 u8 data, clk, wren, most; member
|