Home
last modified time | relevance | path

Searched defs:ehci_op_regs (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h319 struct ehci_op_regs { struct
321 U32 usbcmd; /* USB Command : [00h] */
322 U32 usbsts; /* USB Status : [04h] */
323 U32 usbintr; /* USB Interrupt Enable : [08h] */
324 U32 frindex; /* USB Frame Index : [0Ch] */
325 U32 ctrldssegment; /* 4G Segment Selector: [10h] */
326 U32 periodiclistbase; /* Frame List Base Address : [14h] */
327 U32 asynclistaddr; /* Next Asynchronous List Address : [18h] */
328 U32 reserved2; /* reserve, [1Ch] */
329 U32 portsc[1]; /* port status/control [20h], Faraday change*/
[all …]