Lines Matching refs:prefix
676 static void hdmi_v13_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_v13_regs_dump() argument
679 DRM_DEBUG_KMS("%s:" #reg_id " = %08x\n", prefix, \ in hdmi_v13_regs_dump()
681 DRM_DEBUG_KMS("%s: ---- CONTROL REGISTERS ----\n", prefix); in hdmi_v13_regs_dump()
690 DRM_DEBUG_KMS("%s: ---- CORE REGISTERS ----\n", prefix); in hdmi_v13_regs_dump()
703 DRM_DEBUG_KMS("%s: ---- CORE SYNC REGISTERS ----\n", prefix); in hdmi_v13_regs_dump()
730 DRM_DEBUG_KMS("%s: ---- TG REGISTERS ----\n", prefix); in hdmi_v13_regs_dump()
763 static void hdmi_v14_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_v14_regs_dump() argument
768 DRM_DEBUG_KMS("%s:" #reg_id " = %08x\n", prefix, \ in hdmi_v14_regs_dump()
771 DRM_DEBUG_KMS("%s: ---- CONTROL REGISTERS ----\n", prefix); in hdmi_v14_regs_dump()
785 DRM_DEBUG_KMS("%s: ---- CORE REGISTERS ----\n", prefix); in hdmi_v14_regs_dump()
798 DRM_DEBUG_KMS("%s: ---- CORE SYNC REGISTERS ----\n", prefix); in hdmi_v14_regs_dump()
878 DRM_DEBUG_KMS("%s: ---- TG REGISTERS ----\n", prefix); in hdmi_v14_regs_dump()
914 DRM_DEBUG_KMS("%s: ---- PACKET REGISTERS ----\n", prefix); in hdmi_v14_regs_dump()
930 static void hdmi_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_regs_dump() argument
933 hdmi_v13_regs_dump(hdata, prefix); in hdmi_regs_dump()
935 hdmi_v14_regs_dump(hdata, prefix); in hdmi_regs_dump()