Searched refs:IS_LITE (Results 1 – 2 of 2) sorted by relevance
24 #define IS_LITE (csid->id >= 2 ? 1 : 0) macro38 #define CSID_CSI2_RDIN_IRQ_STATUS(rdi) ((IS_LITE ? 0x30 : 0x40) \40 #define CSID_CSI2_RDIN_IRQ_MASK(rdi) ((IS_LITE ? 0x34 : 0x44) \42 #define CSID_CSI2_RDIN_IRQ_CLEAR(rdi) ((IS_LITE ? 0x38 : 0x48) \44 #define CSID_CSI2_RDIN_IRQ_SET(rdi) ((IS_LITE ? 0x3C : 0x4C) \76 #define CSID_RDI_CFG0(rdi) ((IS_LITE ? 0x200 : 0x300) \101 #define CSID_RDI_CFG1(rdi) ((IS_LITE ? 0x204 : 0x304)\105 #define CSID_RDI_CTRL(rdi) ((IS_LITE ? 0x208 : 0x308)\112 #define CSID_RDI_FRM_DROP_PATTERN(rdi) ((IS_LITE ? 0x20C : 0x30C)\114 #define CSID_RDI_FRM_DROP_PERIOD(rdi) ((IS_LITE ? 0x210 : 0x310)\[all …]
20 #define IS_LITE (vfe->id >= 2 ? 1 : 0) macro24 #define VFE_GLOBAL_RESET_CMD (IS_LITE ? 0x0c : 0x1c)25 #define GLOBAL_RESET_HW_AND_REG (IS_LITE ? BIT(1) : BIT(0))27 #define VFE_REG_UPDATE_CMD (IS_LITE ? 0x20 : 0x34)30 return IS_LITE ? BIT(n) : BIT(1 + (n)); in reg_update_rdi()34 #define VFE_IRQ_CMD (IS_LITE ? 0x24 : 0x38)37 #define VFE_IRQ_MASK(n) ((IS_LITE ? 0x28 : 0x3c) + (n) * 4)38 #define IRQ_MASK_0_RESET_ACK (IS_LITE ? BIT(17) : BIT(0))39 #define IRQ_MASK_0_BUS_TOP_IRQ (IS_LITE ? BIT(4) : BIT(7))40 #define VFE_IRQ_CLEAR(n) ((IS_LITE ? 0x34 : 0x48) + (n) * 4)[all …]