Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Drkisp1-config.h265 __u32 line_thresh; member
/linux-5.19.10/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c1926 s32 line_thresh1, line_thresh2, line_thresh = 0; in cdns_mhdp_sst_enable() local
1947 line_thresh = line_thresh1 - line_thresh2 / (s32)mhdp->link.num_lanes; in cdns_mhdp_sst_enable()
1948 line_thresh = (line_thresh >> 5) + 2; in cdns_mhdp_sst_enable()
1958 line_thresh & GENMASK(5, 0)); in cdns_mhdp_sst_enable()
/linux-5.19.10/drivers/media/platform/rockchip/rkisp1/
Drkisp1-params.c76 rkisp1_write(params->rkisp1, arg->methods[i].line_thresh, in rkisp1_dpcc_config()