Home
last modified time | relevance | path

Searched refs:SW1_INT_ENABLE_PCI (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-io.c56 cx->sw1_irq_mask = cx18_read_reg(cx, SW1_INT_ENABLE_PCI) | val; in cx18_sw1_irq_enable()
57 cx18_write_reg(cx, cx->sw1_irq_mask, SW1_INT_ENABLE_PCI); in cx18_sw1_irq_enable()
62 cx->sw1_irq_mask = cx18_read_reg(cx, SW1_INT_ENABLE_PCI) & ~val; in cx18_sw1_irq_disable()
63 cx18_write_reg(cx, cx->sw1_irq_mask, SW1_INT_ENABLE_PCI); in cx18_sw1_irq_disable()
Dcx18-irq.h24 #define SW1_INT_ENABLE_PCI 0xc7311c macro