Lines Matching refs:__hc32

33 typedef __u32 __bitwise __hc32;  typedef
36 #define __hc32 __le32 macro
163 __hc32 *periodic; /* hw periodic table */
237 __hc32 *ohci_hcctrl_reg;
297 __hc32 hw_next; /* see EHCI 3.5.1 */
298 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
299 __hc32 hw_token; /* see EHCI 3.5.3 */
318 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
319 __hc32 hw_buf_hi [5]; /* Appendix B */
370 __hc32 *hw_next; /* (all types) */
386 __hc32 hw_next; /* see EHCI 3.6.1 */
387 __hc32 hw_info1; /* see EHCI 3.6.2 */
395 __hc32 hw_info2; /* see EHCI 3.6.2 */
401 __hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
404 __hc32 hw_qtd_next;
405 __hc32 hw_alt_next;
406 __hc32 hw_token;
407 __hc32 hw_buf [5];
408 __hc32 hw_buf_hi [5];
449 __hc32 transaction; /* itd->hw_transaction[i] |= */
482 __hc32 splits;
492 __hc32 buf0;
493 __hc32 buf1;
494 __hc32 buf2;
497 __hc32 address;
510 __hc32 hw_next; /* see EHCI 3.3.1 */
511 __hc32 hw_transaction [8]; /* see EHCI 3.3.2 */
521 __hc32 hw_bufp [7]; /* see EHCI 3.3.3 */
522 __hc32 hw_bufp_hi [7]; /* Appendix B */
548 __hc32 hw_next;
550 __hc32 hw_fullspeed_ep; /* EHCI table 3-9 */
551 __hc32 hw_uframe; /* EHCI table 3-10 */
552 __hc32 hw_results; /* EHCI table 3-11 */
566 __hc32 hw_buf [2]; /* EHCI table 3-12 */
567 __hc32 hw_backpointer; /* EHCI table 3-13 */
568 __hc32 hw_buf_hi [2]; /* Appendix B */
593 __hc32 hw_next; /* any periodic q entry */
594 __hc32 hw_prev; /* qh or EHCI_LIST_END */
796 static inline __hc32 cpu_to_hc32 (const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32()
799 ? (__force __hc32)cpu_to_be32(x) in cpu_to_hc32()
800 : (__force __hc32)cpu_to_le32(x); in cpu_to_hc32()
804 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu()
811 static inline u32 hc32_to_cpup (const struct ehci_hcd *ehci, const __hc32 *x) in hc32_to_cpup()
821 static inline __hc32 cpu_to_hc32 (const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32()
827 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu()
832 static inline u32 hc32_to_cpup (const struct ehci_hcd *ehci, const __hc32 *x) in hc32_to_cpup()