Lines Matching refs:IS_LITE
19 #define IS_LITE (vfe->id >= 2 ? 1 : 0) macro
23 #define VFE_GLOBAL_RESET_CMD (IS_LITE ? 0x0c : 0x1c)
24 #define GLOBAL_RESET_HW_AND_REG (IS_LITE ? BIT(1) : BIT(0))
26 #define VFE_REG_UPDATE_CMD (IS_LITE ? 0x20 : 0x34)
29 return IS_LITE ? BIT(n) : BIT(1 + (n)); in reg_update_rdi()
33 #define VFE_IRQ_CMD (IS_LITE ? 0x24 : 0x38)
36 #define VFE_IRQ_MASK(n) ((IS_LITE ? 0x28 : 0x3c) + (n) * 4)
37 #define IRQ_MASK_0_RESET_ACK (IS_LITE ? BIT(17) : BIT(0))
38 #define IRQ_MASK_0_BUS_TOP_IRQ (IS_LITE ? BIT(4) : BIT(7))
39 #define VFE_IRQ_CLEAR(n) ((IS_LITE ? 0x34 : 0x48) + (n) * 4)
40 #define VFE_IRQ_STATUS(n) ((IS_LITE ? 0x40 : 0x54) + (n) * 4)
42 #define BUS_REG_BASE (IS_LITE ? 0x1a00 : 0xaa00)
52 return IS_LITE ? BIT(n) : BIT(3 + (n)); in bus_irq_mask_0_rdi_rup()
58 return IS_LITE ? BIT(4 + (n)) : BIT(6 + (n)); in bus_irq_mask_0_comp_done()
93 #define RDI_WM(n) ((IS_LITE ? 0 : 23) + (n))
94 #define RDI_COMP_GROUP(n) ((IS_LITE ? 0 : 11) + (n))