Lines Matching refs:__hc32

11  * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
15 typedef __u32 __bitwise __hc32;
27 __hc32 hwINFO; /* endpoint config bitmap */
36 __hc32 hwTailP; /* tail of TD list */
37 __hc32 hwHeadP; /* head of TD list (hc r/w) */
40 __hc32 hwNextED; /* next ED in list */
89 __hc32 hwINFO; /* transfer info bitmask */
118 __hc32 hwCBP; /* Current Buffer Pointer (or 0) */
119 __hc32 hwNextTD; /* Next TD Pointer */
120 __hc32 hwBE; /* Memory Buffer End Pointer */
191 __hc32 int_table [NUM_INTS]; /* periodic schedule */
198 __hc32 frame_no; /* current frame number */
199 __hc32 done_head; /* info returned for an interrupt */
211 __hc32 revision;
212 __hc32 control;
213 __hc32 cmdstatus;
214 __hc32 intrstatus;
215 __hc32 intrenable;
216 __hc32 intrdisable;
219 __hc32 hcca;
220 __hc32 ed_periodcurrent;
221 __hc32 ed_controlhead;
222 __hc32 ed_controlcurrent;
223 __hc32 ed_bulkhead;
224 __hc32 ed_bulkcurrent;
225 __hc32 donehead;
228 __hc32 fminterval;
229 __hc32 fmremaining;
230 __hc32 fmnumber;
231 __hc32 periodicstart;
232 __hc32 lsthresh;
236 __hc32 a;
237 __hc32 b;
238 __hc32 status;
240 __hc32 portstatus [MAX_ROOT_PORTS];
561 __hc32 __iomem * regs)
573 const unsigned int val, __hc32 __iomem *regs)
605 static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x)
608 (__force __hc32)cpu_to_be32(x) :
609 (__force __hc32)cpu_to_le32(x);
612 static inline __hc32 cpu_to_hc32p (const struct ohci_hcd *ohci, const u32 *x)
634 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x)
641 static inline u32 hc32_to_cpup (const struct ohci_hcd *ohci, const __hc32 *x)