Changeset 344925c in mainline for uspace/drv/ohci/ohci_regs.h


Ignore:
Timestamp:
2011-04-08T20:29:38Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06c552c
Parents:
6b6e3ed3
Message:

Initialize OHCI hc memory structures

File:
1 edited

Legend:

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

    r6b6e3ed3 r344925c  
    4343#define C_CSBR_MASK (0x3)
    4444#define C_CSBR_SHIFT (0)
     45#define C_CSBR_1_1 (0x0)
     46#define C_CSBR_1_2 (0x1)
     47#define C_CSBR_1_3 (0x2)
     48#define C_CSBR_1_4 (0x3)
     49
    4550#define C_PLE (1 << 2)
    4651#define C_IE (1 << 3)
     
    9095        volatile uint32_t interrupt_disable;
    9196        volatile uint32_t hcca;
    92         volatile uint32_t period_corrent;
     97        volatile uint32_t period_current;
    9398        volatile uint32_t control_head;
    9499        volatile uint32_t control_current;
Note: See TracChangeset for help on using the changeset viewer.