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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_main.c606 u32 hcfg; local
655 hcfg = inl(emu->port + HCFG) ;
656 hcfg = (hcfg & ~hcfg_mask) | hcfg_set;
657 outl(hcfg, emu->port + HCFG);
693 u32 hcfg; local
734 hcfg = inl(emu->port + HCFG) ;
735 hcfg = (hcfg & ~hcfg_mask) | hcfg_set;
736 outl(hcfg, em
[all...]

Completed in 33 milliseconds