Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhdmi.c11 u32 subpack1_high = 0; in pack_hdmi_infoframe() local
25 subpack1_high = (raw_frame[16] << 16); in pack_hdmi_infoframe()
28 subpack1_high |= (raw_frame[15] << 8); in pack_hdmi_infoframe()
31 subpack1_high |= raw_frame[14]; in pack_hdmi_infoframe()
83 packed_frame->subpack1_high = subpack1_high; in pack_hdmi_infoframe()
H A Dhdmi.h11 u32 subpack1_high; member
H A Dgk104.c71 nvkm_wr32(device, 0x690018 + hoff, avi.subpack1_high); in gk104_sor_hdmi_infoframe_avi()
H A Dg84.c72 nvkm_wr32(device, 0x616538 + hoff, avi.subpack1_high); in g84_sor_hdmi_infoframe_avi()
H A Dgt215.c135 nvkm_wr32(device, 0x61c538 + soff, avi.subpack1_high); in gt215_sor_hdmi_infoframe_avi()
H A Dgf119.c247 nvkm_wr32(device, 0x61672c + hoff, avi.subpack1_high); in gf119_sor_hdmi_infoframe_avi()
H A Dgv100.c140 nvkm_wr32(device, 0x6f0018 + hoff, avi.subpack1_high); in gv100_sor_hdmi_infoframe_avi()