Searched refs:hc_value (Results 1 - 1 of 1) sorted by path

/linux-master/sound/pci/emu10k1/
H A Demu10k1_main.c527 unsigned int hc_value; local
530 hc_value = inl(hc_port) & ~(HOOKN_BIT | HANDN_BIT | PULSEN_BIT);
531 outl(hc_value, hc_port);
539 outl(hc_value | data, hc_port);
542 outl(hc_value | data | HANDN_BIT, hc_port);
543 outl(hc_value | data, hc_port);
547 outl(hc_value | HOOKN_BIT, hc_port);
548 outl(hc_value, hc_port);
590 unsigned int hc_value; local
599 hc_value
[all...]

Completed in 284 milliseconds