Searched refs:DUMP_REG (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | dc.c | 1350 #define DUMP_REG(name) \ in tegra_dc_show_regs() macro 1354 DUMP_REG(DC_CMD_GENERAL_INCR_SYNCPT); in tegra_dc_show_regs() 1355 DUMP_REG(DC_CMD_GENERAL_INCR_SYNCPT_CNTRL); in tegra_dc_show_regs() 1356 DUMP_REG(DC_CMD_GENERAL_INCR_SYNCPT_ERROR); in tegra_dc_show_regs() 1357 DUMP_REG(DC_CMD_WIN_A_INCR_SYNCPT); in tegra_dc_show_regs() 1358 DUMP_REG(DC_CMD_WIN_A_INCR_SYNCPT_CNTRL); in tegra_dc_show_regs() 1359 DUMP_REG(DC_CMD_WIN_A_INCR_SYNCPT_ERROR); in tegra_dc_show_regs() 1360 DUMP_REG(DC_CMD_WIN_B_INCR_SYNCPT); in tegra_dc_show_regs() 1361 DUMP_REG(DC_CMD_WIN_B_INCR_SYNCPT_CNTRL); in tegra_dc_show_regs() 1362 DUMP_REG(DC_CMD_WIN_B_INCR_SYNCPT_ERROR); in tegra_dc_show_regs() [all …]
|
D | hdmi.c | 1096 #define DUMP_REG(name) \ in tegra_hdmi_show_regs() macro 1100 DUMP_REG(HDMI_CTXSW); in tegra_hdmi_show_regs() 1101 DUMP_REG(HDMI_NV_PDISP_SOR_STATE0); in tegra_hdmi_show_regs() 1102 DUMP_REG(HDMI_NV_PDISP_SOR_STATE1); in tegra_hdmi_show_regs() 1103 DUMP_REG(HDMI_NV_PDISP_SOR_STATE2); in tegra_hdmi_show_regs() 1104 DUMP_REG(HDMI_NV_PDISP_RG_HDCP_AN_MSB); in tegra_hdmi_show_regs() 1105 DUMP_REG(HDMI_NV_PDISP_RG_HDCP_AN_LSB); in tegra_hdmi_show_regs() 1106 DUMP_REG(HDMI_NV_PDISP_RG_HDCP_CN_MSB); in tegra_hdmi_show_regs() 1107 DUMP_REG(HDMI_NV_PDISP_RG_HDCP_CN_LSB); in tegra_hdmi_show_regs() 1108 DUMP_REG(HDMI_NV_PDISP_RG_HDCP_AKSV_MSB); in tegra_hdmi_show_regs() [all …]
|
D | sor.c | 683 #define DUMP_REG(name) \ in tegra_sor_show_regs() macro 687 DUMP_REG(SOR_CTXSW); in tegra_sor_show_regs() 688 DUMP_REG(SOR_SUPER_STATE_0); in tegra_sor_show_regs() 689 DUMP_REG(SOR_SUPER_STATE_1); in tegra_sor_show_regs() 690 DUMP_REG(SOR_STATE_0); in tegra_sor_show_regs() 691 DUMP_REG(SOR_STATE_1); in tegra_sor_show_regs() 692 DUMP_REG(SOR_HEAD_STATE_0(0)); in tegra_sor_show_regs() 693 DUMP_REG(SOR_HEAD_STATE_0(1)); in tegra_sor_show_regs() 694 DUMP_REG(SOR_HEAD_STATE_1(0)); in tegra_sor_show_regs() 695 DUMP_REG(SOR_HEAD_STATE_1(1)); in tegra_sor_show_regs() [all …]
|
D | dsi.c | 123 #define DUMP_REG(name) \ in tegra_dsi_show_regs() macro 127 DUMP_REG(DSI_INCR_SYNCPT); in tegra_dsi_show_regs() 128 DUMP_REG(DSI_INCR_SYNCPT_CONTROL); in tegra_dsi_show_regs() 129 DUMP_REG(DSI_INCR_SYNCPT_ERROR); in tegra_dsi_show_regs() 130 DUMP_REG(DSI_CTXSW); in tegra_dsi_show_regs() 131 DUMP_REG(DSI_RD_DATA); in tegra_dsi_show_regs() 132 DUMP_REG(DSI_WR_DATA); in tegra_dsi_show_regs() 133 DUMP_REG(DSI_POWER_CONTROL); in tegra_dsi_show_regs() 134 DUMP_REG(DSI_INT_ENABLE); in tegra_dsi_show_regs() 135 DUMP_REG(DSI_INT_STATUS); in tegra_dsi_show_regs() [all …]
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_dbg.c | 1480 #define DUMP_REG(qdev, reg) \ macro 1486 DUMP_REG(qdev, SYS); in ql_dump_regs() 1487 DUMP_REG(qdev, RST_FO); in ql_dump_regs() 1488 DUMP_REG(qdev, FSC); in ql_dump_regs() 1489 DUMP_REG(qdev, CSR); in ql_dump_regs() 1490 DUMP_REG(qdev, ICB_RID); in ql_dump_regs() 1491 DUMP_REG(qdev, ICB_L); in ql_dump_regs() 1492 DUMP_REG(qdev, ICB_H); in ql_dump_regs() 1493 DUMP_REG(qdev, CFG); in ql_dump_regs() 1494 DUMP_REG(qdev, BIOS_ADDR); in ql_dump_regs() [all …]
|
/linux-4.1.27/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 249 #undef DUMP_REG 263 #ifdef DUMP_REG in nvidia_write_regs() 278 #ifdef DUMP_REG in nvidia_write_regs() 286 #ifdef DUMP_REG in nvidia_write_regs() 293 #ifdef DUMP_REG in nvidia_write_regs()
|