Changeset 4e30369 in mainline
- Timestamp:
- 2012-02-24T03:06:51Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65eac7b
- Parents:
- fd3abb6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_regs.h
rfd3abb6d r4e30369 45 45 #define OHCI_RD(reg) uint32_t_le2host(reg) 46 46 #define OHCI_SET(reg, val) reg |= host2uint32_t_le(val) 47 #define OHCI_CLR(reg, val) reg &= host2uint32_t_le( val)47 #define OHCI_CLR(reg, val) reg &= host2uint32_t_le(~val) 48 48 49 49
Note:
See TracChangeset
for help on using the changeset viewer.