Changeset c85804f in mainline for uspace/drv/bus/usb/ohci/ohci_regs.h


Ignore:
Timestamp:
2011-07-11T11:02:40Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
062b25f
Parents:
ece7f78
Message:

OHCI: Root hub: Make descriptor generation a bit cleaner.

Does not change functionality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci_regs.h

    rece7f78 rc85804f  
    159159#define RHDA_DT_FLAG   (1 << 10) /* 1-Compound device, must be 0 */
    160160#define RHDA_OCPM_FLAG (1 << 11) /* Over-current mode: 0-global, 1-per port */
    161 #define RHDA_NOCP      (1 << 12) /* OC control: 0-use OCPM, 1-OC off */
     161#define RHDA_NOCP_FLAG (1 << 12) /* OC control: 0-use OCPM, 1-OC off */
    162162#define RHDA_POTPGT_MASK (0xff)  /* Power on to power good time */
    163163#define RHDA_POTPGT_SHIFT (24)
Note: See TracChangeset for help on using the changeset viewer.