Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drkisp1-config.h308 __u32 line_thresh; member
/openbmc/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c1943 s32 line_thresh1, line_thresh2, line_thresh = 0; in cdns_mhdp_sst_enable() local
1964 line_thresh = line_thresh1 - line_thresh2 / (s32)mhdp->link.num_lanes; in cdns_mhdp_sst_enable()
1965 line_thresh = (line_thresh >> 5) + 2; in cdns_mhdp_sst_enable()
1975 line_thresh & GENMASK(5, 0)); in cdns_mhdp_sst_enable()
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c82 arg->methods[i].line_thresh & in rkisp1_dpcc_config()