Searched refs:HCFG (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1_main.c165 HCFG_MUTEBUTTONENABLE, emu->port + HCFG);
293 HCFG_AUDIOENABLE, emu->port + HCFG);
295 * Hokay, setup HCFG
306 HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG);
308 outl(HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG);
312 outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE, emu->port + HCFG);
315 outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG);
330 unsigned int reg = inl(emu->port + HCFG);
331 outl(reg | HCFG_GPOUT2, emu->port + HCFG);
333 outl(reg | HCFG_GPOUT1 | HCFG_GPOUT2, emu->port + HCFG);
[all...]
H A Demufx.c2386 outl(HCFG_LOCKTANKCACHE_MASK | inl(emu->port + HCFG), emu->port + HCFG);
2404 outl(inl(emu->port + HCFG) & ~HCFG_LOCKTANKCACHE_MASK, emu->port + HCFG);
2674 outl(HCFG_LOCKTANKCACHE_MASK | inl(emu->port + HCFG), emu->port + HCFG);
2677 outl(inl(emu->port + HCFG) & ~HCFG_LOCKTANKCACHE_MASK, emu->port + HCFG);
H A Demu10k1x.c92 #define HCFG 0x14 /* Hardware config register */ macro
749 outl(HCFG_LOCKSOUNDCACHE, chip->port + HCFG);
987 outl(HCFG_LOCKSOUNDCACHE|HCFG_AUDIOENABLE, chip->port+HCFG);
H A Demumixer.c1487 ucontrol->value.integer.value[0] = inl(emu->port + HCFG) & HCFG_GPOUT0 ? 1 : 0;
1519 reg = inl(emu->port + HCFG);
1525 outl(reg | val, emu->port + HCFG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106_main.c751 hcfg = inl(emu->port + HCFG) ;
753 outl(hcfg, emu->port + HCFG);
827 hcfg = inl(emu->port + HCFG) ;
829 outl(hcfg, emu->port + HCFG);
1448 /* outl(HCFG_LOCKSOUNDCACHE|HCFG_AUDIOENABLE, chip->port+HCFG); */
1450 /* outl(0x00001409, chip->port+HCFG); */
1451 /* outl(0x00000009, chip->port+HCFG); */
1453 outl(HCFG_AC97 | HCFG_AUDIOENABLE, chip->port+HCFG);
1496 /* outl(HCFG_LOCKSOUNDCACHE, chip->port + HCFG); */
1497 outl(0, chip->port + HCFG);
[all...]
H A Dca0106.h127 #define HCFG 0x14 /* Hardware config register */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demu10k1.h174 #define HCFG 0x14 /* Hardware config register */ macro
217 /* Rest of HCFG 0x0000000f same as below. LOCKSOUNDCACHE etc. */

Completed in 97 milliseconds