Changeset af60409 in mainline for uspace/drv/bus/usb/xhci/hw_struct/regs.h
- Timestamp:
- 2018-03-26T20:04:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb748a0
- Parents:
- b752a31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hw_struct/regs.h
rb752a31 raf60409 140 140 const ioport8_t caplength; 141 141 142 const PADD8 ;142 const PADD8(1); 143 143 144 144 /* BCD of specification version */ … … 360 360 ioport32_t pagesize; 361 361 362 PADD32 [2];362 PADD32(2); 363 363 364 364 /* … … 373 373 ioport64_t crcr; 374 374 375 PADD32 [4];375 PADD32(4); 376 376 377 377 ioport64_t dcbaap; … … 385 385 386 386 /* Offset of portrs from op_regs addr is 0x400. */ 387 PADD32 [241];387 PADD32(241); 388 388 389 389 /* … … 452 452 ioport32_t erstsz; 453 453 454 PADD32 ;454 PADD32(1); 455 455 456 456 ioport64_t erstba; … … 480 480 ioport32_t mfindex; 481 481 482 PADD32 [7];482 PADD32(7); 483 483 484 484 xhci_interrupter_regs_t ir [];
Note:
See TracChangeset
for help on using the changeset viewer.