Home
last modified time | relevance | path

Searched refs:CCS_FL_16BIT (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/media/i2c/ccs/
A Dsmiapp-reg-defs.h16 #define SMIAPP_REG_U16_MODEL_ID (0x0000 | CCS_FL_16BIT)
22 #define SMIAPP_REG_U16_DATA_PEDESTAL (0x0008 | CCS_FL_16BIT)
77 #define SMIAPP_REG_U16_VIO_VOLTAGE (0x0134 | CCS_FL_16BIT)
103 #define SMIAPP_REG_U16_X_ADDR_END (0x0348 | CCS_FL_16BIT)
104 #define SMIAPP_REG_U16_Y_ADDR_END (0x034a | CCS_FL_16BIT)
107 #define SMIAPP_REG_U16_X_EVEN_INC (0x0380 | CCS_FL_16BIT)
108 #define SMIAPP_REG_U16_X_ODD_INC (0x0382 | CCS_FL_16BIT)
109 #define SMIAPP_REG_U16_Y_EVEN_INC (0x0384 | CCS_FL_16BIT)
110 #define SMIAPP_REG_U16_Y_ODD_INC (0x0386 | CCS_FL_16BIT)
113 #define SMIAPP_REG_U16_SCALE_M (0x0404 | CCS_FL_16BIT)
[all …]
A Dccs-regs.h14 #define CCS_FL_16BIT BIT(CCS_FL_BASE) macro
20 #define CCS_R_MODULE_MODEL_ID (0x0000 | CCS_FL_16BIT)
35 #define CCS_R_DATA_PEDESTAL (0x0008 | CCS_FL_16BIT)
221 #define CCS_R_X_ADDR_END (0x0348 | CCS_FL_16BIT)
222 #define CCS_R_Y_ADDR_END (0x034a | CCS_FL_16BIT)
233 #define CCS_R_X_EVEN_INC (0x0380 | CCS_FL_16BIT)
234 #define CCS_R_X_ODD_INC (0x0382 | CCS_FL_16BIT)
242 #define CCS_R_SCALE_M (0x0404 | CCS_FL_16BIT)
243 #define CCS_R_SCALE_N (0x0406 | CCS_FL_16BIT)
283 #define CCS_R_TLPX_EX (0x0818 | CCS_FL_16BIT)
[all …]
A Dccs-reg-access.c138 if (reg & CCS_FL_16BIT) in ccs_reg_width()

Completed in 18 milliseconds