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

/linux-master/sound/pci/ice1712/
H A Dice1724.c443 unsigned char mtstat = inb(ICEMT1724(ice, IRQ)); local
444 if (mtstat & VT1724_MULTI_PDMA0) {
448 if (mtstat & VT1724_MULTI_RDMA0) {
452 if (mtstat & VT1724_MULTI_PDMA1) {
456 if (mtstat & VT1724_MULTI_PDMA2) {
460 if (mtstat & VT1724_MULTI_PDMA3) {
464 if (mtstat & VT1724_MULTI_PDMA4) {
468 if (mtstat & VT1724_MULTI_RDMA1) {
473 outb(mtstat, ICEMT1724(ice, IRQ));
475 if (mtstat
[all...]
H A Dice1712.c431 unsigned char mtstat = inb(ICEMT(ice, IRQ)); local
432 if (mtstat & ICE1712_MULTI_PBKSTATUS) {
437 if (mtstat & ICE1712_MULTI_CAPSTATUS) {

Completed in 76 milliseconds