Searched refs:PCI_INT_STAT (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/ |
H A D | cx25821-alsa.c | 361 status = cx_read(PCI_INT_STAT); in cx25821_irq() 364 status = cx_read(PCI_INT_STAT); in cx25821_irq() 366 status = cx_read(PCI_INT_STAT); in cx25821_irq() 372 cx_write(PCI_INT_STAT, status); in cx25821_irq() 383 cx_write(PCI_INT_STAT, status); in cx25821_irq() 388 pci_status = cx_read(PCI_INT_STAT); in cx25821_irq() 391 cx_write(PCI_INT_STAT, pci_status); in cx25821_irq()
|
H A D | cx25821-core.c | 782 cx_write(PCI_INT_STAT, 0xffffffff); in cx25821_initialize() 1219 pci_status = cx_read(PCI_INT_STAT); in cx25821_irq() 1233 cx_write(PCI_INT_STAT, mask[i]); in cx25821_irq()
|
H A D | cx25821-reg.h | 53 #define PCI_INT_STAT 0x040014 /* PCI interrupt status */ macro
|
/kernel/linux/linux-6.6/drivers/media/pci/cx25821/ |
H A D | cx25821-alsa.c | 360 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 D | cx25821-core.c | 775 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 D | cx25821-reg.h | 53 #define PCI_INT_STAT 0x040014 /* PCI interrupt status */ macro
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23885-reg.h | 218 #define PCI_INT_STAT 0x00040014 macro
|
H A D | cx23885-core.c | 667 cx_write(PCI_INT_STAT, 0xffffffff); in cx23885_reset() 1381 dprintk(1, "%s() PCI_INT_STAT 0x%08X\n", __func__, in cx23885_tsport_reg_dump() 1382 cx_read(PCI_INT_STAT)); in cx23885_tsport_reg_dump() 1790 pci_status = cx_read(PCI_INT_STAT); in cx23885_irq() 1936 cx_write(PCI_INT_STAT, pci_status & pci_mask); in cx23885_irq()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cx23885-reg.h | 218 #define PCI_INT_STAT 0x00040014 macro
|
H A D | cx23885-core.c | 667 cx_write(PCI_INT_STAT, 0xffffffff); in cx23885_reset() 1385 dprintk(1, "%s() PCI_INT_STAT 0x%08X\n", __func__, in cx23885_tsport_reg_dump() 1386 cx_read(PCI_INT_STAT)); in cx23885_tsport_reg_dump() 1794 pci_status = cx_read(PCI_INT_STAT); in cx23885_irq() 1940 cx_write(PCI_INT_STAT, pci_status & pci_mask); in cx23885_irq()
|
Completed in 25 milliseconds