Changeset 11d4c747 in mainline


Ignore:
Timestamp:
2017-12-31T00:34:42Z (6 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c54b898
Parents:
2523293
Message:

scratchpad: fix overlapping and swapped register fields as per 5.3.4

File:
1 edited

Legend:

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

    r2523293 r11d4c747  
    196196#define XHCI_CAP_IST          hcsparams2, 32, RANGE,  3,  0
    197197#define XHCI_CAP_ERST_MAX     hcsparams2, 32, RANGE,  7,  4
    198 #define XHCI_CAP_MAX_SPBUF_LO hcsparams2, 32, RANGE, 25,  4
     198#define XHCI_CAP_MAX_SPBUF_HI hcsparams2, 32, RANGE, 25, 21
    199199#define XHCI_CAP_SPR          hcsparams2, 32,  FLAG, 26
    200 #define XHCI_CAP_MAX_SPBUF_HI hcsparams2, 32, RANGE, 31, 27
     200#define XHCI_CAP_MAX_SPBUF_LO hcsparams2, 32, RANGE, 31, 27
    201201#define XHCI_CAP_U1EL         hcsparams3, 32, RANGE,  7,  0
    202202#define XHCI_CAP_U2EL         hcsparams3, 32, RANGE, 31, 16
Note: See TracChangeset for help on using the changeset viewer.