Home
last modified time | relevance | path

Searched refs:vfe_is_lite (Results 1 – 5 of 5) sorted by relevance

/drivers/media/platform/qcom/camss/
A Dcamss-vfe-680.c18 #define VFE_TOP_IRQn_STATUS(vfe, n) ((vfe_is_lite(vfe) ? 0x1c : 0x44) + (n) * 4)
19 #define VFE_TOP_IRQn_MASK(vfe, n) ((vfe_is_lite(vfe) ? 0x24 : 0x34) + (n) * 4)
23 #define VFE_TOP_IRQ_CMD(vfe) (vfe_is_lite(vfe) ? 0x38 : 0x30)
25 #define VFE_TOP_DIAG_CONFIG (vfe_is_lite(vfe) ? 0x40 : 0x50)
27 #define VFE_TOP_DEBUG_11(vfe) (vfe_is_lite(vfe) ? 0x40 : 0xcc)
28 #define VFE_TOP_DEBUG_12(vfe) (vfe_is_lite(vfe) ? 0x40 : 0xd0)
29 #define VFE_TOP_DEBUG_13(vfe) (vfe_is_lite(vfe) ? 0x40 : 0xd4)
34 #define VFE_BUS_IRQ_GLOBAL_CLEAR(vfe) (vfe_is_lite(vfe) ? 0x230 : 0xc30)
35 #define VFE_BUS_WR_VIOLATION_STATUS(vfe) (vfe_is_lite(vfe) ? 0x264 : 0xc64)
36 #define VFE_BUS_WR_OVERFLOW_STATUS(vfe) (vfe_is_lite(vfe) ? 0x268 : 0xc68)
[all …]
A Dcamss-vfe-480.c18 #define VFE_GLOBAL_RESET_CMD (vfe_is_lite(vfe) ? 0x0c : 0x1c)
19 #define GLOBAL_RESET_HW_AND_REG (vfe_is_lite(vfe) ? BIT(1) : BIT(0))
21 #define VFE_REG_UPDATE_CMD (vfe_is_lite(vfe) ? 0x20 : 0x34)
24 return vfe_is_lite(vfe) ? BIT(n) : BIT(1 + (n)); in reg_update_rdi()
28 #define VFE_IRQ_CMD (vfe_is_lite(vfe) ? 0x24 : 0x38)
31 #define VFE_IRQ_MASK(n) ((vfe_is_lite(vfe) ? 0x28 : 0x3c) + (n) * 4)
37 #define BUS_REG_BASE (vfe_is_lite(vfe) ? 0x1a00 : 0xaa00)
47 return vfe_is_lite(vfe) ? BIT(n) : BIT(3 + (n)); in bus_irq_mask_0_rdi_rup()
53 return vfe_is_lite(vfe) ? BIT(4 + (n)) : BIT(6 + (n)); in bus_irq_mask_0_comp_done()
88 #define RDI_WM(n) ((vfe_is_lite(vfe) ? 0 : 23) + (n))
[all …]
A Dcamss-vfe-780.c15 #define BUS_REG_BASE (vfe_is_lite(vfe) ? 0x200 : 0xC00)
51 #define RDI_WM(n) ((vfe_is_lite(vfe) ? 0x0 : 0x17) + (n))
A Dcamss-vfe.h260 bool vfe_is_lite(struct vfe_device *vfe);
A Dcamss-vfe.c2129 bool vfe_is_lite(struct vfe_device *vfe) in vfe_is_lite() function

Completed in 13 milliseconds