Searched refs:JPD_OFFSET (Results 1 – 15 of 15) sorted by relevance
136 #define BK_JPD_SCONFIG (JPD_REG_BASE+JPD_OFFSET(0x00))137 #define BK_JPD_MCONFIG (JPD_REG_BASE+JPD_OFFSET(0x01))138 #define BK_JPD_RSTINTV (JPD_REG_BASE+JPD_OFFSET(0x02))139 #define BK_JPD_PIC_H (JPD_REG_BASE+JPD_OFFSET(0x03))140 #define BK_JPD_PIC_V (JPD_REG_BASE+JPD_OFFSET(0x04))141 #define BK_JPD_ROI_H (JPD_REG_BASE+JPD_OFFSET(0x05))142 #define BK_JPD_ROI_V (JPD_REG_BASE+JPD_OFFSET(0x06))143 #define BK_JPD_ROI_WIDTH (JPD_REG_BASE+JPD_OFFSET(0x07))144 #define BK_JPD_ROI_HEIGHT (JPD_REG_BASE+JPD_OFFSET(0x08))145 #define BK_JPD_INTEN (JPD_REG_BASE+JPD_OFFSET(0x09))[all …]
127 #define BK_JPD_SCONFIG (JPD_REG_BASE+JPD_OFFSET(0x00))128 #define BK_JPD_MCONFIG (JPD_REG_BASE+JPD_OFFSET(0x01))129 #define BK_JPD_RSTINTV (JPD_REG_BASE+JPD_OFFSET(0x02))130 #define BK_JPD_PIC_H (JPD_REG_BASE+JPD_OFFSET(0x03))131 #define BK_JPD_PIC_V (JPD_REG_BASE+JPD_OFFSET(0x04))132 #define BK_JPD_ROI_H (JPD_REG_BASE+JPD_OFFSET(0x05))133 #define BK_JPD_ROI_V (JPD_REG_BASE+JPD_OFFSET(0x06))134 #define BK_JPD_ROI_WIDTH (JPD_REG_BASE+JPD_OFFSET(0x07))135 #define BK_JPD_ROI_HEIGHT (JPD_REG_BASE+JPD_OFFSET(0x08))136 #define BK_JPD_INTEN (JPD_REG_BASE+JPD_OFFSET(0x09))[all …]
150 #define JPD_OFFSET(x) ((x)<<1) macro