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
91 __hc32 *periodic; /* hw periodic table */
160 __hc32 *ohci_hcctrl_reg;
240 __hc32 hw_next; /* see EHCI 3.5.1 */
241 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
242 __hc32 hw_token; /* see EHCI 3.5.3 */
261 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
262 __hc32 hw_buf_hi [5]; /* Appendix B */
313 __hc32 *hw_next; /* (all types) */
329 __hc32 hw_next; /* see EHCI 3.6.1 */
330 __hc32 hw_info1; /* see EHCI 3.6.2 */
332 __hc32 hw_info2; /* see EHCI 3.6.2 */
338 __hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
341 __hc32 hw_qtd_next;
342 __hc32 hw_alt_next;
343 __hc32 hw_token;
344 __hc32 hw_buf [5];
345 __hc32 hw_buf_hi [5];
400 __hc32 transaction; /* itd->hw_transaction[i] |= */
434 __hc32 splits;
448 __hc32 buf0;
449 __hc32 buf1;
450 __hc32 buf2;
453 __hc32 address;
466 __hc32 hw_next; /* see EHCI 3.3.1 */
467 __hc32 hw_transaction [8]; /* see EHCI 3.3.2 */
477 __hc32 hw_bufp [7]; /* see EHCI 3.3.3 */
478 __hc32 hw_bufp_hi [7]; /* Appendix B */
504 __hc32 hw_next;
506 __hc32 hw_fullspeed_ep; /* EHCI table 3-9 */
507 __hc32 hw_uframe; /* EHCI table 3-10 */
508 __hc32 hw_results; /* EHCI table 3-11 */
522 __hc32 hw_buf [2]; /* EHCI table 3-12 */
523 __hc32 hw_backpointer; /* EHCI table 3-13 */
524 __hc32 hw_buf_hi [2]; /* Appendix B */
549 __hc32 hw_next; /* any periodic q entry */
550 __hc32 hw_prev; /* qh or EHCI_LIST_END */
708 static inline __hc32 cpu_to_hc32 (const struct ehci_hcd *ehci, const u32 x)
711 ? (__force __hc32)cpu_to_be32(x)
712 : (__force __hc32)cpu_to_le32(x);
716 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x)
723 static inline u32 hc32_to_cpup (const struct ehci_hcd *ehci, const __hc32 *x)
733 static inline __hc32 cpu_to_hc32 (const struct ehci_hcd *ehci, const u32 x)
739 static inline u32 hc32_to_cpu (const struct ehci_hcd *ehci, const __hc32 x)
744 static inline u32 hc32_to_cpup (const struct ehci_hcd *ehci, const __hc32 *x)