Changeset 564a2b3 in mainline for uspace/drv/uhci-hcd/hc.h
- Timestamp:
- 2011-04-23T10:37:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 308a5d5, 36082362, 74f00b6
- Parents:
- 32aef25b (diff), 8986412 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/hc.h
r32aef25b r564a2b3 69 69 #define UHCI_STATUS_ERROR_INTERRUPT (1 << 1) 70 70 #define UHCI_STATUS_INTERRUPT (1 << 0) 71 #define UHCI_STATUS_NM_INTERRUPTS \ 72 (UHCI_STATUS_PROCESS_ERROR | UHCI_STATUS_SYSTEM_ERROR) 71 73 72 74 /** Interrupt enabled registers */ … … 91 93 #define UHCI_DEBUGER_TIMEOUT 5000000 92 94 #define UHCI_ALLOWED_HW_FAIL 5 95 #define UHCI_NEEDED_IRQ_COMMANDS 5 93 96 94 97 /* Main HC driver structure */ … … 119 122 /** Code to be executed in kernel interrupt handler */ 120 123 irq_code_t interrupt_code; 124 125 /** Commands that form interrupt code */ 126 irq_cmd_t interrupt_commands[UHCI_NEEDED_IRQ_COMMANDS]; 121 127 122 128 /** Fibril periodically checking status register*/
Note:
See TracChangeset
for help on using the changeset viewer.