Lines Matching refs:__hc32

33 typedef __u32 __bitwise __hc32;  typedef
36 #define __hc32 __le32 macro
163 __hc32 *periodic; /* hw periodic table */
238 __hc32 *ohci_hcctrl_reg;
298 __hc32 hw_next; /* see EHCI 3.5.1 */
299 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
300 __hc32 hw_token; /* see EHCI 3.5.3 */
319 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
320 __hc32 hw_buf_hi [5]; /* Appendix B */
371 __hc32 *hw_next; /* (all types) */
387 __hc32 hw_next; /* see EHCI 3.6.1 */
388 __hc32 hw_info1; /* see EHCI 3.6.2 */
396 __hc32 hw_info2; /* see EHCI 3.6.2 */
402 __hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
405 __hc32 hw_qtd_next;
406 __hc32 hw_alt_next;
407 __hc32 hw_token;
408 __hc32 hw_buf [5];
409 __hc32 hw_buf_hi [5];
450 __hc32 transaction; /* itd->hw_transaction[i] |= */
483 __hc32 splits;
493 __hc32 buf0;
494 __hc32 buf1;
495 __hc32 buf2;
498 __hc32 address;
511 __hc32 hw_next; /* see EHCI 3.3.1 */
512 __hc32 hw_transaction [8]; /* see EHCI 3.3.2 */
522 __hc32 hw_bufp [7]; /* see EHCI 3.3.3 */
523 __hc32 hw_bufp_hi [7]; /* Appendix B */
549 __hc32 hw_next;
551 __hc32 hw_fullspeed_ep; /* EHCI table 3-9 */
552 __hc32 hw_uframe; /* EHCI table 3-10 */
553 __hc32 hw_results; /* EHCI table 3-11 */
567 __hc32 hw_buf [2]; /* EHCI table 3-12 */
568 __hc32 hw_backpointer; /* EHCI table 3-13 */
569 __hc32 hw_buf_hi [2]; /* Appendix B */
594 __hc32 hw_next; /* any periodic q entry */
595 __hc32 hw_prev; /* qh or EHCI_LIST_END */
808 static inline __hc32 cpu_to_hc32 (const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32()
811 ? (__force __hc32)cpu_to_be32(x) in cpu_to_hc32()
812 : (__force __hc32)cpu_to_le32(x); in cpu_to_hc32()
816 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu()
823 static inline u32 hc32_to_cpup (const struct ehci_hcd *ehci, const __hc32 *x) in hc32_to_cpup()
833 static inline __hc32 cpu_to_hc32 (const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32()
839 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu()
844 static inline u32 hc32_to_cpup (const struct ehci_hcd *ehci, const __hc32 *x) in hc32_to_cpup()