Changeset 77ded647 in mainline for uspace/drv/bus/usb/xhci/debug.c


Ignore:
Timestamp:
2018-02-01T11:42:11Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3e6ff9a
Parents:
17d34a8
Message:

xhci: do not avoid 64-bit writes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/debug.c

    r17d34a8 r77ded647  
    176176        DUMP_REG(hc->op_regs, XHCI_OP_CA);
    177177        DUMP_REG(hc->op_regs, XHCI_OP_CRR);
    178         DUMP_REG(hc->op_regs, XHCI_OP_CRCR_LO);
    179         DUMP_REG(hc->op_regs, XHCI_OP_CRCR_HI);
    180         DUMP_REG(hc->op_regs, XHCI_OP_DCBAAP_LO);
    181         DUMP_REG(hc->op_regs, XHCI_OP_DCBAAP_HI);
     178        DUMP_REG(hc->op_regs, XHCI_OP_CRCR);
     179        DUMP_REG(hc->op_regs, XHCI_OP_DCBAAP);
    182180        DUMP_REG(hc->rt_regs, XHCI_RT_MFINDEX);
    183181
     
    188186        DUMP_REG(&hc->rt_regs->ir[0], XHCI_INTR_IMC);
    189187        DUMP_REG(&hc->rt_regs->ir[0], XHCI_INTR_ERSTSZ);
    190         DUMP_REG(&hc->rt_regs->ir[0], XHCI_INTR_ERSTBA_LO);
    191         DUMP_REG(&hc->rt_regs->ir[0], XHCI_INTR_ERSTBA_HI);
    192         DUMP_REG(&hc->rt_regs->ir[0], XHCI_INTR_ERDP_LO);
    193         DUMP_REG(&hc->rt_regs->ir[0], XHCI_INTR_ERDP_HI);
     188        DUMP_REG(&hc->rt_regs->ir[0], XHCI_INTR_ERSTBA);
     189        DUMP_REG(&hc->rt_regs->ir[0], XHCI_INTR_ERDP);
    194190}
    195191
Note: See TracChangeset for help on using the changeset viewer.