Lines Matching refs:prefix
588 static void hdmi_v13_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_v13_regs_dump() argument
591 DRM_DEBUG_KMS("%s:" #reg_id " = %08x\n", prefix, \ in hdmi_v13_regs_dump()
593 DRM_DEBUG_KMS("%s: ---- CONTROL REGISTERS ----\n", prefix); in hdmi_v13_regs_dump()
602 DRM_DEBUG_KMS("%s: ---- CORE REGISTERS ----\n", prefix); in hdmi_v13_regs_dump()
615 DRM_DEBUG_KMS("%s: ---- CORE SYNC REGISTERS ----\n", prefix); in hdmi_v13_regs_dump()
642 DRM_DEBUG_KMS("%s: ---- TG REGISTERS ----\n", prefix); in hdmi_v13_regs_dump()
675 static void hdmi_v14_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_v14_regs_dump() argument
680 DRM_DEBUG_KMS("%s:" #reg_id " = %08x\n", prefix, \ in hdmi_v14_regs_dump()
683 DRM_DEBUG_KMS("%s: ---- CONTROL REGISTERS ----\n", prefix); in hdmi_v14_regs_dump()
697 DRM_DEBUG_KMS("%s: ---- CORE REGISTERS ----\n", prefix); in hdmi_v14_regs_dump()
710 DRM_DEBUG_KMS("%s: ---- CORE SYNC REGISTERS ----\n", prefix); in hdmi_v14_regs_dump()
790 DRM_DEBUG_KMS("%s: ---- TG REGISTERS ----\n", prefix); in hdmi_v14_regs_dump()
826 DRM_DEBUG_KMS("%s: ---- PACKET REGISTERS ----\n", prefix); in hdmi_v14_regs_dump()
842 static void hdmi_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_regs_dump() argument
845 hdmi_v13_regs_dump(hdata, prefix); in hdmi_regs_dump()
847 hdmi_v14_regs_dump(hdata, prefix); in hdmi_regs_dump()