Changeset 01bbbb2 in mainline for uspace/drv/bus/usb/ohci/ohci_regs.h
- Timestamp:
- 2011-07-11T12:21:31Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dbb9663
- Parents:
- 062b25f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_regs.h
r062b25f r01bbbb2 46 46 47 47 volatile uint32_t control; 48 #define C_C SBR_MASK (0x3) /* Control-bulk service ratio */49 #define C_C SBR_1_1 (0x0)50 #define C_C SBR_1_2 (0x1)51 #define C_C SBR_1_3 (0x2)52 #define C_C SBR_1_4 (0x3)53 #define C_C SBR_SHIFT (0)48 #define C_CBSR_MASK (0x3) /* Control-bulk service ratio */ 49 #define C_CBSR_1_1 (0x0) 50 #define C_CBSR_1_2 (0x1) 51 #define C_CBSR_1_3 (0x2) 52 #define C_CBSR_1_4 (0x3) 53 #define C_CBSR_SHIFT (0) 54 54 55 55 #define C_PLE (1 << 2) /* Periodic list enable */
Note:
See TracChangeset
for help on using the changeset viewer.