Home
last modified time | relevance | path

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

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