Changeset ae3a941 in mainline for uspace/drv/bus/usb/xhci/hw_struct/trb.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/hw_struct/trb.h
r3692678 rae3a941 160 160 * The Chain bit is valid only in specific TRB types. 161 161 */ 162 static inline bool xhci_trb_is_chained(xhci_trb_t *trb) { 162 static inline bool xhci_trb_is_chained(xhci_trb_t *trb) 163 { 163 164 const int type = TRB_TYPE(*trb); 164 165 const bool chain_bit = XHCI_DWORD_EXTRACT(trb->control, 4, 4);
Note:
See TracChangeset
for help on using the changeset viewer.