Changeset 708d8fcd in mainline for uspace/drv/bus/usb/xhci/hw_struct/trb.h
- Timestamp:
- 2018-01-10T00:46:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f92f6b1
- Parents:
- 4793023
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-09 19:26:55)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-10 00:46:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hw_struct/trb.h
r4793023 r708d8fcd 147 147 xhci_dword_set_bits(&(trb).control, val, 17, 16) 148 148 149 #define TRB_ CTRL_SET_TBC(trb, val) \149 #define TRB_ISOCH_SET_TBC(trb, val) \ 150 150 xhci_dword_set_bits(&(trb).control, val, 8, 7) 151 #define TRB_ CTRL_SET_TLBPC(trb, val) \151 #define TRB_ISOCH_SET_TLBPC(trb, val) \ 152 152 xhci_dword_set_bits(&(trb).control, val, 19, 16) 153 #define TRB_CTRL_SET_SIA(trb, val) \ 153 #define TRB_ISOCH_SET_FRAMEID(trb, val) \ 154 xhci_dword_set_bits(&(trb).control, val, 30, 20) 155 #define TRB_ISOCH_SET_SIA(trb, val) \ 154 156 xhci_dword_set_bits(&(trb).control, val, 31, 31) 155 157
Note:
See TracChangeset
for help on using the changeset viewer.