Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-480.c59 #define VFE_BUS_IRQ_CLEAR(n) (BUS_REG_BASE + 0x20 + (n) * 4) macro
220 writel_relaxed(status, vfe->base + VFE_BUS_IRQ_CLEAR(0)); in vfe_isr()
H A Dcamss-vfe-17x.c101 #define VFE_BUS_IRQ_CLEAR(n) (0x2050 + (n) * 4) macro
358 writel_relaxed(vfe_bus_status[i], vfe->base + VFE_BUS_IRQ_CLEAR(i)); in vfe_isr()