Changeset 3da17644 in mainline for uspace/drv/ohci/pci.c
- Timestamp:
- 2011-05-06T13:38:20Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- c8eddf4
- Parents:
- 3d4aa055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/pci.c
r3d4aa055 r3da17644 46 46 47 47 #include "pci.h" 48 49 #define PAGE_SIZE_MASK 0xfffff00050 51 #define HCC_PARAMS_OFFSET 0x852 #define HCC_PARAMS_EECP_MASK 0xff53 #define HCC_PARAMS_EECP_OFFSET 854 55 #define CMD_OFFSET 0x056 #define CONFIGFLAG_OFFSET 0x4057 58 #define USBCMD_RUN 159 60 #define USBLEGSUP_OFFSET 061 #define USBLEGSUP_BIOS_CONTROL (1 << 16)62 #define USBLEGSUP_OS_CONTROL (1 << 24)63 #define USBLEGCTLSTS_OFFSET 464 65 #define DEFAULT_WAIT 1000066 #define WAIT_STEP 1067 48 68 49 /** Get address of registers and IRQ for given device.
Note: See TracChangeset
for help on using the changeset viewer.