Searched refs:wren (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/pci/ |
| H A D | fm801.c | 739 u8 data, clk, wren, most; member 744 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" }, 745 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" }, 746 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" }, 760 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_pins() 765 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_pins() 793 FM801_GPIO_GS(gpio.wren) | in snd_fm801_tea575x_set_direction() 800 FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction() 804 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_direction() 811 FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_direction() [all …]
|
| H A D | es1968.c | 2463 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/radio/ |
| H A 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()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | efuse.c | 210 u8 offset, wren; in read_efuse() local 273 wren = (*rtemp8 & 0x0F); in read_efuse() 278 wren = (*rtemp8 & 0x0f); in read_efuse() 283 "offset-%d Worden=%x\n", offset, wren); in read_efuse() 286 if (!(wren & 0x01)) { in read_efuse() 314 wren >>= 1; in read_efuse()
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-cards.c | 3078 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 D | bttvp.h | 309 u8 data, clk, wren, most; member
|
| /linux/drivers/soc/qcom/ |
| H A D | llcc-qcom.c | 4711 u32 wren; in _qcom_llcc_cfg_program() local 4713 wren = config->write_scid_en << config->slice_id; in _qcom_llcc_cfg_program() 4715 BIT(config->slice_id), wren); in _qcom_llcc_cfg_program() 4806 u32 wren, wr_cache_en; in _qcom_llcc_cfg_program_v6() local 4849 wren = config->write_scid_en << slice_offset; in _qcom_llcc_cfg_program_v6() 4852 BIT(slice_offset), wren); in _qcom_llcc_cfg_program_v6()
|