Home
last modified time | relevance | path

Searched refs:PCI_INT_STAT (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c360 status = cx_read(PCI_INT_STAT); in cx25821_irq()
363 status = cx_read(PCI_INT_STAT); in cx25821_irq()
365 status = cx_read(PCI_INT_STAT); in cx25821_irq()
371 cx_write(PCI_INT_STAT, status); in cx25821_irq()
382 cx_write(PCI_INT_STAT, status); in cx25821_irq()
387 pci_status = cx_read(PCI_INT_STAT); in cx25821_irq()
390 cx_write(PCI_INT_STAT, pci_status); in cx25821_irq()
H A Dcx25821-core.c775 cx_write(PCI_INT_STAT, 0xffffffff); in cx25821_initialize()
1211 pci_status = cx_read(PCI_INT_STAT); in cx25821_irq()
1225 cx_write(PCI_INT_STAT, mask[i]); in cx25821_irq()
H A Dcx25821-reg.h53 #define PCI_INT_STAT 0x040014 /* PCI interrupt status */ macro
/linux/drivers/media/pci/cx23885/
H A Dcx23885-reg.h218 #define PCI_INT_STAT 0x00040014 macro