Searched refs:DUMP_REG (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dc.c | 1362 #define DUMP_REG(name) \ in tegra_dc_show_regs() macro 1366 DUMP_REG(DC_CMD_GENERAL_INCR_SYNCPT); in tegra_dc_show_regs() 1367 DUMP_REG(DC_CMD_GENERAL_INCR_SYNCPT_CNTRL); in tegra_dc_show_regs() 1368 DUMP_REG(DC_CMD_GENERAL_INCR_SYNCPT_ERROR); in tegra_dc_show_regs() 1369 DUMP_REG(DC_CMD_WIN_A_INCR_SYNCPT); in tegra_dc_show_regs() 1370 DUMP_REG(DC_CMD_WIN_A_INCR_SYNCPT_CNTRL); in tegra_dc_show_regs() 1371 DUMP_REG(DC_CMD_WIN_A_INCR_SYNCPT_ERROR); in tegra_dc_show_regs() 1372 DUMP_REG(DC_CMD_WIN_B_INCR_SYNCPT); in tegra_dc_show_regs() 1373 DUMP_REG(DC_CMD_WIN_B_INCR_SYNCPT_CNTRL); in tegra_dc_show_regs() 1374 DUMP_REG(DC_CMD_WIN_B_INCR_SYNCPT_ERROR); in tegra_dc_show_regs() [all …]
|
D | hdmi.c | 1080 #define DUMP_REG(name) \ in tegra_hdmi_show_regs() macro 1084 DUMP_REG(HDMI_CTXSW); in tegra_hdmi_show_regs() 1085 DUMP_REG(HDMI_NV_PDISP_SOR_STATE0); in tegra_hdmi_show_regs() 1086 DUMP_REG(HDMI_NV_PDISP_SOR_STATE1); in tegra_hdmi_show_regs() 1087 DUMP_REG(HDMI_NV_PDISP_SOR_STATE2); in tegra_hdmi_show_regs() 1088 DUMP_REG(HDMI_NV_PDISP_RG_HDCP_AN_MSB); in tegra_hdmi_show_regs() 1089 DUMP_REG(HDMI_NV_PDISP_RG_HDCP_AN_LSB); in tegra_hdmi_show_regs() 1090 DUMP_REG(HDMI_NV_PDISP_RG_HDCP_CN_MSB); in tegra_hdmi_show_regs() 1091 DUMP_REG(HDMI_NV_PDISP_RG_HDCP_CN_LSB); in tegra_hdmi_show_regs() 1092 DUMP_REG(HDMI_NV_PDISP_RG_HDCP_AKSV_MSB); in tegra_hdmi_show_regs() [all …]
|
D | dsi.c | 133 #define DUMP_REG(name) \ in tegra_dsi_show_regs() macro 137 DUMP_REG(DSI_INCR_SYNCPT); in tegra_dsi_show_regs() 138 DUMP_REG(DSI_INCR_SYNCPT_CONTROL); in tegra_dsi_show_regs() 139 DUMP_REG(DSI_INCR_SYNCPT_ERROR); in tegra_dsi_show_regs() 140 DUMP_REG(DSI_CTXSW); in tegra_dsi_show_regs() 141 DUMP_REG(DSI_RD_DATA); in tegra_dsi_show_regs() 142 DUMP_REG(DSI_WR_DATA); in tegra_dsi_show_regs() 143 DUMP_REG(DSI_POWER_CONTROL); in tegra_dsi_show_regs() 144 DUMP_REG(DSI_INT_ENABLE); in tegra_dsi_show_regs() 145 DUMP_REG(DSI_INT_STATUS); in tegra_dsi_show_regs() [all …]
|
D | sor.c | 857 #define DUMP_REG(name) \ in tegra_sor_show_regs() macro 861 DUMP_REG(SOR_CTXSW); in tegra_sor_show_regs() 862 DUMP_REG(SOR_SUPER_STATE0); in tegra_sor_show_regs() 863 DUMP_REG(SOR_SUPER_STATE1); in tegra_sor_show_regs() 864 DUMP_REG(SOR_STATE0); in tegra_sor_show_regs() 865 DUMP_REG(SOR_STATE1); in tegra_sor_show_regs() 866 DUMP_REG(SOR_HEAD_STATE0(0)); in tegra_sor_show_regs() 867 DUMP_REG(SOR_HEAD_STATE0(1)); in tegra_sor_show_regs() 868 DUMP_REG(SOR_HEAD_STATE1(0)); in tegra_sor_show_regs() 869 DUMP_REG(SOR_HEAD_STATE1(1)); in tegra_sor_show_regs() [all …]
|
/linux-4.4.14/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.4.14/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 244 #undef DUMP_REG 258 #ifdef DUMP_REG in nvidia_write_regs() 273 #ifdef DUMP_REG in nvidia_write_regs() 281 #ifdef DUMP_REG in nvidia_write_regs() 288 #ifdef DUMP_REG in nvidia_write_regs()
|