Loading drivers/bus/mhi/core/mhi_main.c +3 −1 Original line number Diff line number Diff line Loading @@ -2776,7 +2776,7 @@ void mhi_debug_reg_dump(struct mhi_controller *mhi_cntrl) struct { const char *name; int offset; void *base; void __iomem *base; } debug_reg[] = { { "MHI_CNTRL", MHICTRL, mhi_base}, { "MHI_STATUS", MHISTATUS, mhi_base}, Loading Loading @@ -2806,6 +2806,8 @@ void mhi_debug_reg_dump(struct mhi_controller *mhi_cntrl) TO_MHI_STATE_STR(state)); for (i = 0; debug_reg[i].name; i++) { if (!debug_reg[i].base) continue; ret = mhi_read_reg(mhi_cntrl, debug_reg[i].base, debug_reg[i].offset, &val); MHI_LOG("reg:%s val:0x%x, ret:%d\n", debug_reg[i].name, val, Loading Loading
drivers/bus/mhi/core/mhi_main.c +3 −1 Original line number Diff line number Diff line Loading @@ -2776,7 +2776,7 @@ void mhi_debug_reg_dump(struct mhi_controller *mhi_cntrl) struct { const char *name; int offset; void *base; void __iomem *base; } debug_reg[] = { { "MHI_CNTRL", MHICTRL, mhi_base}, { "MHI_STATUS", MHISTATUS, mhi_base}, Loading Loading @@ -2806,6 +2806,8 @@ void mhi_debug_reg_dump(struct mhi_controller *mhi_cntrl) TO_MHI_STATE_STR(state)); for (i = 0; debug_reg[i].name; i++) { if (!debug_reg[i].base) continue; ret = mhi_read_reg(mhi_cntrl, debug_reg[i].base, debug_reg[i].offset, &val); MHI_LOG("reg:%s val:0x%x, ret:%d\n", debug_reg[i].name, val, Loading