Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/starfive/camss/
Dstf-isp-hw-ops.c121 u16 symbol_h, symbol_l; in stf_isp_config_awb() local
123 symbol_h = 0x0; symbol_l = 0x0; in stf_isp_config_awb()
124 reg_val = AWB_X_SYMBOL_H(symbol_h) | AWB_X_SYMBOL_L(symbol_l); in stf_isp_config_awb()
131 symbol_h = 0x0, symbol_l = 0x0; in stf_isp_config_awb()
132 reg_val = AWB_Y_SYMBOL_H(symbol_h) | AWB_Y_SYMBOL_L(symbol_l); in stf_isp_config_awb()
139 symbol_h = 0x80, symbol_l = 0x80; in stf_isp_config_awb()
140 reg_val = AWB_S_SYMBOL_H(symbol_h) | AWB_S_SYMBOL_L(symbol_l); in stf_isp_config_awb()