Changeset eadaeae8 in mainline for uspace/drv/bus/usb/xhci/hc.c
- Timestamp:
- 2018-03-21T20:58:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3be9d10
- Parents:
- 874381a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.c
r874381a readaeae8 495 495 XHCI_REG_WR(intr0, XHCI_INTR_ERSTBA, erstba_phys); 496 496 497 if ( hc->base.irq_cap > 0) {497 if (CAP_HANDLE_VALID(hc->base.irq_handle)) { 498 498 XHCI_REG_SET(intr0, XHCI_INTR_IE, 1); 499 499 XHCI_REG_SET(hc->op_regs, XHCI_OP_INTE, 1);
Note:
See TracChangeset
for help on using the changeset viewer.