Lines Matching refs:__hc32
17 #define __hc32 __le32 macro
116 __hc32 *periodic; /* hw periodic table */
320 __hc32 hw_next; /* see EHCI 3.5.1 */
321 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
322 __hc32 hw_token; /* see EHCI 3.5.3 */
341 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */
342 __hc32 hw_buf_hi[5]; /* Appendix B */
394 __hc32 *hw_next; /* (all types) */
410 __hc32 hw_next; /* see EHCI 3.6.1 */
411 __hc32 hw_info1; /* see EHCI 3.6.2 */
419 __hc32 hw_info2; /* see EHCI 3.6.2 */
425 __hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
428 __hc32 hw_qtd_next;
429 __hc32 hw_alt_next;
430 __hc32 hw_token;
431 __hc32 hw_buf[5];
432 __hc32 hw_buf_hi[5];
478 __hc32 transaction; /* itd->hw_transaction[i] |= */
511 __hc32 splits;
525 __hc32 buf0;
526 __hc32 buf1;
527 __hc32 buf2;
530 __hc32 address;
543 __hc32 hw_next; /* see EHCI 3.3.1 */
544 __hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
554 __hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
555 __hc32 hw_bufp_hi[7]; /* Appendix B */
583 __hc32 hw_next; /* any periodic q entry */
584 __hc32 hw_prev; /* qh or FOTG210_LIST_END */
663 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x) in cpu_to_hc32()
669 static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x) in hc32_to_cpu()
675 const __hc32 *x) in hc32_to_cpup()