Searched refs:wren (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/sound/pci/ |
D | fm801.c | 727 u8 data, clk, wren, most; member 732 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" }, 733 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" }, 734 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" }, 748 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_pins() 753 reg |= (pins & TEA575X_WREN) ? 0 : FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_pins() 776 FM801_GPIO_GS(gpio.wren) | in snd_fm801_tea575x_set_direction() 783 FM801_GPIO_GD(gpio.wren) | in snd_fm801_tea575x_set_direction() 787 FM801_GPIO_GP(gpio.wren)); in snd_fm801_tea575x_set_direction() 794 FM801_GPIO_GP(gpio.wren); in snd_fm801_tea575x_set_direction() [all …]
|
/linux-3.4.99/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-3.4.99/drivers/net/wireless/rtlwifi/ |
D | efuse.c | 242 u8 offset, wren; in read_efuse() local 291 wren = (*rtemp8 & 0x0f); in read_efuse() 293 "offset-%d Worden=%x\n", offset, wren); in read_efuse() 296 if (!(wren & 0x01)) { in read_efuse() 324 wren >>= 1; in read_efuse()
|