Lines Matching refs:__hc32
16 #define __hc32 __le32 macro
115 __hc32 *periodic; /* hw periodic table */
312 __hc32 hw_next; /* see EHCI 3.5.1 */
313 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
314 __hc32 hw_token; /* see EHCI 3.5.3 */
333 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */
334 __hc32 hw_buf_hi[5]; /* Appendix B */
386 __hc32 *hw_next; /* (all types) */
402 __hc32 hw_next; /* see EHCI 3.6.1 */
403 __hc32 hw_info1; /* see EHCI 3.6.2 */
411 __hc32 hw_info2; /* see EHCI 3.6.2 */
417 __hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
420 __hc32 hw_qtd_next;
421 __hc32 hw_alt_next;
422 __hc32 hw_token;
423 __hc32 hw_buf[5];
424 __hc32 hw_buf_hi[5];
470 __hc32 transaction; /* itd->hw_transaction[i] |= */
503 __hc32 splits;
517 __hc32 buf0;
518 __hc32 buf1;
519 __hc32 buf2;
522 __hc32 address;
535 __hc32 hw_next; /* see EHCI 3.3.1 */
536 __hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
546 __hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
547 __hc32 hw_bufp_hi[7]; /* Appendix B */
575 __hc32 hw_next; /* any periodic q entry */
576 __hc32 hw_prev; /* qh or FOTG210_LIST_END */
655 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x) in cpu_to_hc32()
661 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x) in hc32_to_cpu()
667 const __hc32 *x) in hc32_to_cpup()