Changeset c85804f in mainline for uspace/drv/bus/usb/ohci/ohci_regs.h
- Timestamp:
- 2011-07-11T11:02:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 062b25f
- Parents:
- ece7f78
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_regs.h
rece7f78 rc85804f 159 159 #define RHDA_DT_FLAG (1 << 10) /* 1-Compound device, must be 0 */ 160 160 #define RHDA_OCPM_FLAG (1 << 11) /* Over-current mode: 0-global, 1-per port */ 161 #define RHDA_NOCP 161 #define RHDA_NOCP_FLAG (1 << 12) /* OC control: 0-use OCPM, 1-OC off */ 162 162 #define RHDA_POTPGT_MASK (0xff) /* Power on to power good time */ 163 163 #define RHDA_POTPGT_SHIFT (24)
Note:
See TracChangeset
for help on using the changeset viewer.