Searched refs:MO_PCI_INTSTAT (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88-mpeg.c | 358 status = cx_read(MO_PCI_INTSTAT) & in cx8802_irq() 366 cx_write(MO_PCI_INTSTAT, status); in cx8802_irq()
|
H A D | cx88-core.c | 565 cx_write(MO_PCI_INTSTAT, 0xFFFFFFFF); // Clear PCI int in cx88_reset() 603 cx_write(MO_PCI_INTSTAT, 0xFFFFFFFF); // Clear PCI int in cx88_reset()
|
H A D | cx88-alsa.c | 250 status = cx_read(MO_PCI_INTSTAT) & in cx8801_irq() 257 cx_write(MO_PCI_INTSTAT, status); in cx8801_irq()
|
H A D | cx88-reg.h | 69 #define MO_PCI_INTSTAT 0x200044 // PCI interrupt status macro
|
H A D | cx88-video.c | 1109 status = cx_read(MO_PCI_INTSTAT) & in cx8800_irq() 1113 cx_write(MO_PCI_INTSTAT, status); in cx8800_irq()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx88/ |
H A D | cx88-mpeg.c | 358 status = cx_read(MO_PCI_INTSTAT) & in cx8802_irq() 366 cx_write(MO_PCI_INTSTAT, status); in cx8802_irq()
|
H A D | cx88-core.c | 567 cx_write(MO_PCI_INTSTAT, 0xFFFFFFFF); // Clear PCI int in cx88_reset() 605 cx_write(MO_PCI_INTSTAT, 0xFFFFFFFF); // Clear PCI int in cx88_reset()
|
H A D | cx88-alsa.c | 249 status = cx_read(MO_PCI_INTSTAT) & in cx8801_irq() 256 cx_write(MO_PCI_INTSTAT, status); in cx8801_irq()
|
H A D | cx88-reg.h | 69 #define MO_PCI_INTSTAT 0x200044 // PCI interrupt status macro
|
H A D | cx88-video.c | 1109 status = cx_read(MO_PCI_INTSTAT) & in cx8800_irq() 1113 cx_write(MO_PCI_INTSTAT, status); in cx8800_irq()
|
Completed in 15 milliseconds