Changeset 81487c4a in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2017-10-23T09:33:25Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
31cca4f3
Parents:
82fe063
Message:

Changed PSA allocation to conform with specification.

File:
1 edited

Legend:

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

    r82fe063 r81487c4a  
    7676        xhci_stream_ctx_t *primary_stream_ctx_array;
    7777
    78         /** Maximum number of primary streams (0-16), also a valid range of PSCA above */
     78        /** 2-log of maximum number of primary streams (0-16). Not to be used directly. */
    7979        uint8_t max_streams;
    8080
Note: See TracChangeset for help on using the changeset viewer.