Changeset f971e957 in mainline for uspace/drv/bus/usb/xhci/endpoint.c
- Timestamp:
- 2017-10-16T12:03:56Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bb784ae
- Parents:
- 3afcf68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.c
r3afcf68 rf971e957 81 81 } 82 82 83 static inlineuint8_t xhci_endpoint_ctx_offset(xhci_endpoint_t *ep)83 uint8_t xhci_endpoint_ctx_offset(xhci_endpoint_t *ep) 84 84 { 85 85 /* 0 is slot ctx, 1 is EP0, then it's EP1 out, in, EP2 out, in, etc. */
Note:
See TracChangeset
for help on using the changeset viewer.