Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Ddw_hdmi.h160 int hcactive; member
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c854 hdmi->link_cfg.hcactive = DIV_ROUND_UP(slice_width * (bits_per_pixel / 16), 8) * in dw_hdmi_qp_set_link_cfg()
H A Ddw_hdmi_qp.c903 val = link_cfg->hcactive << 8 | ((hback >> 8) & 0xff); in hdmi_config_CVTEM()