Searched refs:wmstat (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dcx23882.c239 uint32 wmstat; local
254 wmstat = mstat & ~(PCI_INT_STAT_HST_INT | PCI_INT_STAT_VIP_INT | PCI_INT_STAT_TS_INT | PCI_INT_STAT_AUD_INT | PCI_INT_STAT_VID_INT);
255 if (wmstat)
256 reg_write32(REG_PCI_INT_STAT, wmstat);
258 if (wmstat)
259 dprintf("cx23882_int got 0x%08" B_PRIx32 "\n", wmstat);

Completed in 89 milliseconds