• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/

Lines Matching defs:__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 */
81 __hc32 hwINFO; /* transfer info bitmask */
110 __hc32 hwCBP; /* Current Buffer Pointer (or 0) */
111 __hc32 hwNextTD; /* Next TD Pointer */
112 __hc32 hwBE; /* Memory Buffer End Pointer */
183 __hc32 int_table [NUM_INTS]; /* periodic schedule */
190 __hc32 frame_no; /* current frame number */
191 __hc32 done_head; /* info returned for an interrupt */
203 __hc32 revision;
204 __hc32 control;
205 __hc32 cmdstatus;
206 __hc32 intrstatus;
207 __hc32 intrenable;
208 __hc32 intrdisable;
211 __hc32 hcca;
212 __hc32 ed_periodcurrent;
213 __hc32 ed_controlhead;
214 __hc32 ed_controlcurrent;
215 __hc32 ed_bulkhead;
216 __hc32 ed_bulkcurrent;
217 __hc32 donehead;
220 __hc32 fminterval;
221 __hc32 fmremaining;
222 __hc32 fmnumber;
223 __hc32 periodicstart;
224 __hc32 lsthresh;
228 __hc32 a;
229 __hc32 b;
230 __hc32 status;
232 __hc32 portstatus [MAX_ROOT_PORTS];
506 __hc32 __iomem * regs)
518 const unsigned int val, __hc32 __iomem *regs)
555 static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x)
558 (__force __hc32)cpu_to_be32(x) :
559 (__force __hc32)cpu_to_le32(x);
562 static inline __hc32 cpu_to_hc32p (const struct ohci_hcd *ohci, const u32 *x)
584 static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x)
591 static inline u32 hc32_to_cpup (const struct ohci_hcd *ohci, const __hc32 *x)