Lines Matching refs:__hc32

16 typedef __u32 __bitwise __hc32;  typedef
28 __hc32 hwINFO; /* endpoint config bitmap */
37 __hc32 hwTailP; /* tail of TD list */
38 __hc32 hwHeadP; /* head of TD list (hc r/w) */
41 __hc32 hwNextED; /* next ED in list */
90 __hc32 hwINFO; /* transfer info bitmask */
119 __hc32 hwCBP; /* Current Buffer Pointer (or 0) */
120 __hc32 hwNextTD; /* Next TD Pointer */
121 __hc32 hwBE; /* Memory Buffer End Pointer */
192 __hc32 int_table [NUM_INTS]; /* periodic schedule */
199 __hc32 frame_no; /* current frame number */
200 __hc32 done_head; /* info returned for an interrupt */
212 __hc32 revision;
213 __hc32 control;
214 __hc32 cmdstatus;
215 __hc32 intrstatus;
216 __hc32 intrenable;
217 __hc32 intrdisable;
220 __hc32 hcca;
221 __hc32 ed_periodcurrent;
222 __hc32 ed_controlhead;
223 __hc32 ed_controlcurrent;
224 __hc32 ed_bulkhead;
225 __hc32 ed_bulkcurrent;
226 __hc32 donehead;
229 __hc32 fminterval;
230 __hc32 fmremaining;
231 __hc32 fmnumber;
232 __hc32 periodicstart;
233 __hc32 lsthresh;
237 __hc32 a;
238 __hc32 b;
239 __hc32 status;
241 __hc32 portstatus [MAX_ROOT_PORTS];
562 __hc32 __iomem * regs) in _ohci_readl()
574 const unsigned int val, __hc32 __iomem *regs) in _ohci_writel()
606 static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x) in cpu_to_hc32()
609 (__force __hc32)cpu_to_be32(x) : in cpu_to_hc32()
610 (__force __hc32)cpu_to_le32(x); in cpu_to_hc32()
613 static inline __hc32 cpu_to_hc32p (const struct ohci_hcd *ohci, const u32 *x) in cpu_to_hc32p()
635 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x) in hc32_to_cpu()
642 static inline u32 hc32_to_cpup (const struct ohci_hcd *ohci, const __hc32 *x) in hc32_to_cpup()