Lines Matching refs:__hc32
16 #define __hc32 __le32 macro
115 __hc32 *periodic; /* hw periodic table */
318 __hc32 hw_next; /* see EHCI 3.5.1 */
319 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
320 __hc32 hw_token; /* see EHCI 3.5.3 */
339 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */
340 __hc32 hw_buf_hi[5]; /* Appendix B */
392 __hc32 *hw_next; /* (all types) */
408 __hc32 hw_next; /* see EHCI 3.6.1 */
409 __hc32 hw_info1; /* see EHCI 3.6.2 */
417 __hc32 hw_info2; /* see EHCI 3.6.2 */
423 __hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
426 __hc32 hw_qtd_next;
427 __hc32 hw_alt_next;
428 __hc32 hw_token;
429 __hc32 hw_buf[5];
430 __hc32 hw_buf_hi[5];
476 __hc32 transaction; /* itd->hw_transaction[i] |= */
509 __hc32 splits;
523 __hc32 buf0;
524 __hc32 buf1;
525 __hc32 buf2;
528 __hc32 address;
541 __hc32 hw_next; /* see EHCI 3.3.1 */
542 __hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
552 __hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
553 __hc32 hw_bufp_hi[7]; /* Appendix B */
581 __hc32 hw_next; /* any periodic q entry */
582 __hc32 hw_prev; /* qh or FOTG210_LIST_END */
661 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x) in cpu_to_hc32()
667 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x) in hc32_to_cpu()
673 const __hc32 *x) in hc32_to_cpup()