Lines Matching refs:__hc32
17 #define __hc32 __le32 macro
116 __hc32 *periodic; /* hw periodic table */
322 __hc32 hw_next; /* see EHCI 3.5.1 */
323 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
324 __hc32 hw_token; /* see EHCI 3.5.3 */
343 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */
344 __hc32 hw_buf_hi[5]; /* Appendix B */
396 __hc32 *hw_next; /* (all types) */
412 __hc32 hw_next; /* see EHCI 3.6.1 */
413 __hc32 hw_info1; /* see EHCI 3.6.2 */
421 __hc32 hw_info2; /* see EHCI 3.6.2 */
427 __hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
430 __hc32 hw_qtd_next;
431 __hc32 hw_alt_next;
432 __hc32 hw_token;
433 __hc32 hw_buf[5];
434 __hc32 hw_buf_hi[5];
480 __hc32 transaction; /* itd->hw_transaction[i] |= */
513 __hc32 splits;
527 __hc32 buf0;
528 __hc32 buf1;
529 __hc32 buf2;
532 __hc32 address;
545 __hc32 hw_next; /* see EHCI 3.3.1 */
546 __hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
556 __hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
557 __hc32 hw_bufp_hi[7]; /* Appendix B */
585 __hc32 hw_next; /* any periodic q entry */
586 __hc32 hw_prev; /* qh or FOTG210_LIST_END */
665 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x) in cpu_to_hc32()
671 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x) in hc32_to_cpu()
677 const __hc32 *x) in hc32_to_cpup()