Home
last modified time | relevance | path

Searched refs:most (Results 1 – 7 of 7) sorted by relevance

/sound/parisc/
DKconfig17 chip found in most GSC-based PA-RISC workstations. It's frequently
/sound/pci/
Dfm801.c735 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" },
776 if (reg & FM801_GPIO_GP(gpio.most)) in snd_fm801_tea575x_get_pins()
791 FM801_GPIO_GS(gpio.most); in snd_fm801_tea575x_set_direction()
804 FM801_GPIO_GD(gpio.most) | in snd_fm801_tea575x_set_direction()
806 FM801_GPIO_GP(gpio.most) | in snd_fm801_tea575x_set_direction()
Des1968.c2547 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" },
2582 if (val & (1 << gpio.most)) in snd_es1968_tea575x_get_pins()
2601 outw(~((1 << gpio.clk) | (1 << gpio.wren) | (1 << gpio.data) | (1 << gpio.most)), in snd_es1968_tea575x_set_direction()
2603 outw((odir & ~((1 << gpio.data) | (1 << gpio.most))) in snd_es1968_tea575x_set_direction()
/sound/aoa/codecs/
DKconfig8 (most of those with digital audio output).
/sound/spi/
DKconfig21 peripheral found on most AT91 and AVR32 microprocessors.
/sound/oss/
DCHANGELOG91 - Major changes to the SB/Jazz16/ESS driver (most parts rewritten).
92 The most noticeable new feature is support for multiple SB cards at the same
282 card itself. For the GUS16 these are the same but most MSS compatible
/sound/core/
DKconfig94 behave like most of new OSS/Free drivers in 2.4/2.6 kernels.