Changeset ea8b91d in mainline for uspace/drv/bus/usb/ohci/hc.c
- Timestamp:
- 2012-07-23T08:08:17Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1008064, 7df0c2ff
- Parents:
- e7c3fa0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.c
re7c3fa0 rea8b91d 66 66 .srcarg = 1, 67 67 .dstarg = 2, 68 .value = OHCI_USED_INTERRUPTS68 .value = 0 69 69 }, 70 70 { … … 132 132 cmds[0].addr = (void *) ®isters->interrupt_status; 133 133 cmds[3].addr = (void *) ®isters->interrupt_status; 134 OHCI_WR(cmds[1].value, OHCI_USED_INTERRUPTS); 134 135 135 136 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.