Changeset 79d1e13 in mainline


Ignore:
Timestamp:
2017-07-17T15:12:02Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cded246
Parents:
37789b5f
Message:

Fixed dcbaap_hi accessor macro, it was the same as dcbaap_lo and since the hi part is 0, the non-zero lo part was overwritten and the xHC did not get the address of the dcbaa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hw_struct/regs.h

    r37789b5f r79d1e13  
    411411#define XHCI_OP_CRCR_HI        crcr_lo, 32, FIELD
    412412#define XHCI_OP_DCBAAP_LO    dcbaap_lo, 32, FIELD
    413 #define XHCI_OP_DCBAAP_HI    dcbaap_lo, 32, FIELD
     413#define XHCI_OP_DCBAAP_HI    dcbaap_hi, 32, FIELD
    414414#define XHCI_OP_MAX_SLOTS_EN    config, 32, RANGE, 7, 0
    415415#define XHCI_OP_U3E             config, 32,  FLAG, 8
Note: See TracChangeset for help on using the changeset viewer.