Changeset ae3a941 in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2018-02-26T16:51:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e773f58
- Parents:
- 3692678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
r3692678 rae3a941 95 95 bool ac64; 96 96 bool csz; 97 uint64_t wrap_time; /**The last time when mfindex wrap happened */98 uint64_t wrap_count; /** Amount of mfindex wraps HC has done */99 unsigned ist; 97 uint64_t wrap_time; /**< The last time when mfindex wrap happened */ 98 uint64_t wrap_count; /**< Amount of mfindex wraps HC has done */ 99 unsigned ist; /**< IST in microframes */ 100 100 101 101 /** Port speed mapping */
Note:
See TracChangeset
for help on using the changeset viewer.