Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/starfive/camss/
Dstf-isp-hw-ops.c37 u16 par_h, par_l; in stf_isp_config_oecf() local
39 par_h = 0x10; par_l = 0; in stf_isp_config_oecf()
40 par_val = OCEF_PAR_H(par_h) | OCEF_PAR_L(par_l); in stf_isp_config_oecf()
46 par_h = 0x40; par_l = 0x20; in stf_isp_config_oecf()
47 par_val = OCEF_PAR_H(par_h) | OCEF_PAR_L(par_l); in stf_isp_config_oecf()
53 par_h = 0x80; par_l = 0x60; in stf_isp_config_oecf()
54 par_val = OCEF_PAR_H(par_h) | OCEF_PAR_L(par_l); in stf_isp_config_oecf()
60 par_h = 0xc0; par_l = 0xa0; in stf_isp_config_oecf()
61 par_val = OCEF_PAR_H(par_h) | OCEF_PAR_L(par_l); in stf_isp_config_oecf()
67 par_h = 0x100; par_l = 0xe0; in stf_isp_config_oecf()
[all …]