Changeset d4673007 in mainline
- Timestamp:
- 2014-01-25T02:54:40Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bfff7fd
- Parents:
- 5ee3ce0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/ehci_regs.h
r5ee3ce0 rd4673007 42 42 #define EHCI_RD(reg) uint32_t_le2host(pio_read_32(&(reg))) 43 43 #define EHCI_RD8(reg) pio_read_8(&(reg)) 44 #define EHCI_SET(reg, val) pio_set_32(&(reg), host2uint32_t_le(val), 0)45 #define EHCI_CLR(reg, val) pio_clear_32(&(reg), host2uint32_t_le(val), 0)44 #define EHCI_SET(reg, val) pio_set_32(&(reg), host2uint32_t_le(val), 10) 45 #define EHCI_CLR(reg, val) pio_clear_32(&(reg), host2uint32_t_le(val), 10) 46 46 47 47 /** EHCI memory mapped capability registers structure */
Note:
See TracChangeset
for help on using the changeset viewer.