• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/

Lines Matching defs:__hc32

25  * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
33 typedef __u32 __bitwise __hc32;
36 #define __hc32 __le32
82 __hc32 *periodic; /* hw periodic table */
143 __hc32 *ohci_hcctrl_reg;
219 __hc32 hw_next; /* see EHCI 3.5.1 */
220 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
221 __hc32 hw_token; /* see EHCI 3.5.3 */
240 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
241 __hc32 hw_buf_hi [5]; /* Appendix B */
292 __hc32 *hw_next; /* (all types) */
308 __hc32 hw_next; /* see EHCI 3.6.1 */
309 __hc32 hw_info1; /* see EHCI 3.6.2 */
311 __hc32 hw_info2; /* see EHCI 3.6.2 */
317 __hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
320 __hc32 hw_qtd_next;
321 __hc32 hw_alt_next;
322 __hc32 hw_token;
323 __hc32 hw_buf [5];
324 __hc32 hw_buf_hi [5];
377 __hc32 transaction; /* itd->hw_transaction[i] |= */
411 __hc32 splits;
425 __hc32 buf0;
426 __hc32 buf1;
427 __hc32 buf2;
430 __hc32 address;
443 __hc32 hw_next; /* see EHCI 3.3.1 */
444 __hc32 hw_transaction [8]; /* see EHCI 3.3.2 */
454 __hc32 hw_bufp [7]; /* see EHCI 3.3.3 */
455 __hc32 hw_bufp_hi [7]; /* Appendix B */
481 __hc32 hw_next;
483 __hc32 hw_fullspeed_ep; /* EHCI table 3-9 */
484 __hc32 hw_uframe; /* EHCI table 3-10 */
485 __hc32 hw_results; /* EHCI table 3-11 */
499 __hc32 hw_buf [2]; /* EHCI table 3-12 */
500 __hc32 hw_backpointer; /* EHCI table 3-13 */
501 __hc32 hw_buf_hi [2]; /* Appendix B */
526 __hc32 hw_next; /* any periodic q entry */
527 __hc32 hw_prev; /* qh or EHCI_LIST_END */
679 static inline __hc32 cpu_to_hc32 (const struct ehci_hcd *ehci, const u32 x)
682 ? (__force __hc32)cpu_to_be32(x)
683 : (__force __hc32)cpu_to_le32(x);
687 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x)
694 static inline u32 hc32_to_cpup (const struct ehci_hcd *ehci, const __hc32 *x)
704 static inline __hc32 cpu_to_hc32 (const struct ehci_hcd *ehci, const u32 x)
710 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x)
715 static inline u32 hc32_to_cpup (const struct ehci_hcd *ehci, const __hc32 *x)