Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rkflash/
H A Dnandc.h217 unsigned hsize : 3; member
228 unsigned hsize : 3; member
H A Dnandc.c246 master_reg.V9.hsize = 2; in nandc_xfer_start()
308 master_reg.V6.hsize = 2; in nandc_xfer_start()
/rk3399_rockchip-uboot/common/
H A Dedid.c4411 int hsize, int vsize, int fresh, in drm_mode_find_dmt() argument
4420 if (hsize != ptr->hdisplay) in drm_mode_find_dmt()
4684 int i, hsize, vsize; in drm_mode_std() local
4693 if (bad_std_timing(t->hsize, t->vfreq_aspect)) in drm_mode_std()
4697 hsize = t->hsize * 8 + 248; in drm_mode_std()
4703 vsize = hsize; in drm_mode_std()
4705 vsize = (hsize * 10) / 16; in drm_mode_std()
4707 vsize = (hsize * 3) / 4; in drm_mode_std()
4709 vsize = (hsize * 4) / 5; in drm_mode_std()
4711 vsize = (hsize * 9) / 16; in drm_mode_std()
[all …]
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop.c211 …u16 hsize = hdisplay * (conn_state->overscan.left_margin + conn_state->overscan.right_margin) / 20… in vop_post_config() local
220 hact_end = hact_st + hsize; in vop_post_config()
231 val |= scl_cal_scale2(hdisplay, hsize); in vop_post_config()
236 POST_HORIZONTAL_SCALEDOWN_EN(hdisplay != hsize) | in vop_post_config()
H A Drockchip_vop2.c2209 u16 hsize; in vop2_post_config() local
2220 hsize = hdisplay; in vop2_post_config()
2225 hsize = hdisplay * (conn_state->overscan.left_margin + in vop2_post_config()
2229 hsize = round_down(hsize, 2); in vop2_post_config()
2236 hact_end = hact_st + hsize; in vop2_post_config()
2245 val |= scl_cal_scale2(hdisplay, hsize); in vop2_post_config()
2251 POST_HORIZONTAL_SCALEDOWN_EN(hdisplay != hsize) | in vop2_post_config()
/rk3399_rockchip-uboot/include/
H A Dedid.h90 u8 hsize; /* need to multiply by 8 then add 248 */ member