Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/cal/
H A Dcal_regs.h133 #define CAL_HL_IRQ_CIO_MASK(i) BIT(16 + (i) * 8) macro
H A Dcal.c738 if (status[0] & CAL_HL_IRQ_CIO_MASK(i)) { in cal_irq()