Searched defs:ehci_hcd (Results 1 – 2 of 2) sorted by relevance
129 struct ehci_hcd { /* one per controller */ struct130 spinlock_t tHcdLock;133 struct ehci_qh *stAsync;134 struct ehci_qh *stReclaim;136 int iScanning : 1;141 U32 u32PeriodicSize;142 U32 *pPeriodic; /* hw periodic table */143 dma_addr_t tPeriodicDma;144 U32 u32IThresh; /* uframes HC might cache */145 union ehci_qh_shadow *pshadow; /* mirror hw periodic table */[all …]
178 struct ehci_hcd { /* one per controller */ struct179 spinlock_t lock;182 struct ehci_qh *async;183 struct ehci_qh *reclaim;184 int reclaim_ready : 1;188 U32 periodic_size;189 U32 *periodic_rptr; /*Real pointer for allocated memory for peridic link array*/190 U32 *periodic; /* hw periodic table */191 dma_addr_t periodic_dma;192 U32 i_thresh; /* uframes HC might cache */[all …]