Searched refs:hc_value (Results 1 - 1 of 1) 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.c512 unsigned int hc_value; local
515 hc_value = inl(hc_port) & ~(HOOKN_BIT | HANDN_BIT | PULSEN_BIT);
516 outl(hc_value, hc_port);
524 outl(hc_value | data, hc_port);
527 outl(hc_value | data | HANDN_BIT, hc_port);
528 outl(hc_value | data, hc_port);
532 outl(hc_value | HOOKN_BIT, hc_port);
533 outl(hc_value, hc_port);
575 unsigned int hc_value; local
584 hc_value
[all...]

Completed in 89 milliseconds