• Home
  • Raw
  • Download

Lines Matching refs:__hc32

20 typedef __u32 __bitwise __hc32;  typedef
23 #define __hc32 __le32 macro
147 __hc32 old_current; /* Test for QH becoming */
148 __hc32 old_token; /* inactive during unlink */
153 __hc32 *periodic; /* hw periodic table */
230 __hc32 *ohci_hcctrl_reg;
290 __hc32 hw_next; /* see EHCI 3.5.1 */
291 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
292 __hc32 hw_token; /* see EHCI 3.5.3 */
311 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */
312 __hc32 hw_buf_hi[5]; /* Appendix B */
364 __hc32 *hw_next; /* (all types) */
380 __hc32 hw_next; /* see EHCI 3.6.1 */
381 __hc32 hw_info1; /* see EHCI 3.6.2 */
389 __hc32 hw_info2; /* see EHCI 3.6.2 */
395 __hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
398 __hc32 hw_qtd_next;
399 __hc32 hw_alt_next;
400 __hc32 hw_token;
401 __hc32 hw_buf[5];
402 __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 */
815 static inline __hc32 cpu_to_hc32(const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32()
818 ? (__force __hc32)cpu_to_be32(x) in cpu_to_hc32()
819 : (__force __hc32)cpu_to_le32(x); in cpu_to_hc32()
823 static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu()
830 static inline u32 hc32_to_cpup(const struct ehci_hcd *ehci, const __hc32 *x) in hc32_to_cpup()
840 static inline __hc32 cpu_to_hc32(const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32()
846 static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const __hc32 x) in hc32_to_cpu()
851 static inline u32 hc32_to_cpup(const struct ehci_hcd *ehci, const __hc32 *x) in hc32_to_cpup()