Searched refs:hc_port (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.c511 unsigned long hc_port; local
514 hc_port = emu->port + HCFG;
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);

Completed in 61 milliseconds