Home
last modified time | relevance | path

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

/u-boot/drivers/video/nexell/
A Ds5pxx18_dp_hdmi.c242 u32 fixed_ffff = 0xffff; in hdmi_prepare() local
348 nx_hdmi_set_reg(0, HDMI_LINK_VACT_SPACE1_0, fixed_ffff % 256); in hdmi_prepare()
349 nx_hdmi_set_reg(0, HDMI_LINK_VACT_SPACE1_1, fixed_ffff >> 8); in hdmi_prepare()
350 nx_hdmi_set_reg(0, HDMI_LINK_VACT_SPACE2_0, fixed_ffff % 256); in hdmi_prepare()
351 nx_hdmi_set_reg(0, HDMI_LINK_VACT_SPACE2_1, fixed_ffff >> 8); in hdmi_prepare()
352 nx_hdmi_set_reg(0, HDMI_LINK_VACT_SPACE3_0, fixed_ffff % 256); in hdmi_prepare()
353 nx_hdmi_set_reg(0, HDMI_LINK_VACT_SPACE3_1, fixed_ffff >> 8); in hdmi_prepare()
354 nx_hdmi_set_reg(0, HDMI_LINK_VACT_SPACE4_0, fixed_ffff % 256); in hdmi_prepare()
355 nx_hdmi_set_reg(0, HDMI_LINK_VACT_SPACE4_1, fixed_ffff >> 8); in hdmi_prepare()
357 nx_hdmi_set_reg(0, HDMI_LINK_VACT_SPACE5_1, fixed_ffff >> 8); in hdmi_prepare()
[all …]

Completed in 3 milliseconds