Home
last modified time | relevance | path

Searched refs:SOLO_IRQ_P2M (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-p2m.c201 solo_irq_off(solo_dev, SOLO_IRQ_P2M(i)); in solo_p2m_exit()
267 solo_irq_on(solo_dev, SOLO_IRQ_P2M(i)); in solo_p2m_init()
H A Dsolo6x10-regs.h61 #define SOLO_IRQ_P2M(n) BIT((n) + 17) macro
H A Dsolo6x10-core.c107 if (status & SOLO_IRQ_P2M(i)) in solo_isr()