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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dice1724.c476 unsigned char mtstat = inb(ICEMT1724(ice, IRQ)); local
477 if (mtstat & VT1724_MULTI_PDMA0) {
481 if (mtstat & VT1724_MULTI_RDMA0) {
485 if (mtstat & VT1724_MULTI_PDMA1) {
489 if (mtstat & VT1724_MULTI_PDMA2) {
493 if (mtstat & VT1724_MULTI_PDMA3) {
497 if (mtstat & VT1724_MULTI_PDMA4) {
501 if (mtstat & VT1724_MULTI_RDMA1) {
506 outb(mtstat, ICEMT1724(ice, IRQ));
508 if (mtstat
[all...]
H A Dice1712.c452 unsigned char mtstat = inb(ICEMT(ice, IRQ)); local
453 if (mtstat & ICE1712_MULTI_PBKSTATUS) {
458 if (mtstat & ICE1712_MULTI_CAPSTATUS) {

Completed in 128 milliseconds