Searched defs:DUMPREG (Results 1 – 10 of 10) sorted by relevance
/drivers/media/platform/s5p-tv/ |
D | mixer_reg.c | 482 #define DUMPREG(reg_id) \ in mxr_reg_mxr_dump() macro 514 #define DUMPREG(reg_id) \ in mxr_reg_vp_dump() macro
|
D | hdmi_drv.c | 293 #define DUMPREG(reg_id) \ in hdmi_dumpregs() macro
|
/drivers/gpu/drm/exynos/ |
D | exynos_mixer.c | 177 #define DUMPREG(reg_id) \ in mixer_regs_dump() macro 209 #define DUMPREG(reg_id) \ in vp_regs_dump() macro
|
D | exynos_hdmi.c | 408 #define DUMPREG(reg_id) \ in hdmi_v13_regs_dump() macro 497 #define DUMPREG(reg_id) \ in hdmi_v14_regs_dump() macro
|
/drivers/video/omap2/dss/ |
D | ti_hdmi_4xxx_ip.c | 858 #define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r,\ in ti_hdmi_4xxx_wp_dump() macro
|
D | dss.c | 302 #define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, dss_read_reg(r)) in dss_dump_regs() macro
|
D | venc.c | 658 #define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, venc_read_reg(r)) in venc_dump_regs() macro
|
D | rfbi.c | 815 #define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, rfbi_read_reg(r)) in rfbi_dump_regs() macro
|
D | dispc.c | 3193 #define DUMPREG(r) seq_printf(s, "%-50s %08x\n", #r, dispc_read_reg(r)) in dispc_dump_regs() macro 3224 #define DUMPREG(i, r) seq_printf(s, "%s(%s)%*s %08x\n", #r, p_names[i], \ in dispc_dump_regs() macro 3300 #define DUMPREG(plane, name, i) \ in dispc_dump_regs() macro
|
D | dsi.c | 1864 #define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, dsi_read_reg(dsidev, r)) in dsi_dump_dsidev_regs() macro
|