Searched refs:wren (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/media/radio/ |
D | radio-maxiradio.c | 62 static const int clk = 1, data = 2, wren = 4, mo_st = 8, power = 16; variable 90 bits |= (pins & TEA575X_WREN) ? wren : 0; in maxiradio_tea575x_set_pins()
|
/linux-4.1.27/sound/pci/ |
D | fm801.c | 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() [all …]
|
D | es1968.c | 2547 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()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_efuse.c | 100 u8 offset, wren; in efuse_phymap_to_logical() local 153 wren = rtemp8 & 0x0F; in efuse_phymap_to_logical() 158 wren = rtemp8 & 0x0f; in efuse_phymap_to_logical() 165 if (!(wren & 0x01)) { in efuse_phymap_to_logical() 180 wren >>= 1; in efuse_phymap_to_logical()
|
/linux-4.1.27/include/linux/mtd/ |
D | spi-nor.h | 105 u8 wren; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | efuse.c | 234 u8 offset, wren; in read_efuse() local 297 wren = (*rtemp8 & 0x0F); in read_efuse() 302 wren = (*rtemp8 & 0x0f); in read_efuse() 307 "offset-%d Worden=%x\n", offset, wren); in read_efuse() 310 if (!(wren & 0x01)) { in read_efuse() 338 wren >>= 1; in read_efuse()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 3088 btv->tea_gpio.wren = 6; in miro_pinnacle_gpio() 3385 btv->tea_gpio.wren = 5; in bttv_init_card2() 3757 val |= (pins & TEA575X_WREN) ? (1 << gpio.wren) : 0; in bttv_tea575x_set_pins() 3759 gpio_bits((1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), val); in bttv_tea575x_set_pins() 3801 u32 mask = (1 << gpio.clk) | (1 << gpio.wren) | (1 << gpio.data) | in bttv_tea575x_set_direction() 3806 (1 << gpio.wren)); in bttv_tea575x_set_direction() 3808 gpio_inout(mask, (1 << gpio.clk) | (1 << gpio.wren)); in bttv_tea575x_set_direction() 3839 btv->tea_gpio.wren = 4; in terratec_active_radio_upgrade()
|
D | bttvp.h | 364 u8 data, clk, wren, most; member
|