Lines Matching refs:__hc32
16 #define __hc32 __le32 macro
115 __hc32 *periodic; /* hw periodic table */
304 __hc32 hw_next; /* see EHCI 3.5.1 */
305 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
306 __hc32 hw_token; /* see EHCI 3.5.3 */
325 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
326 __hc32 hw_buf_hi [5]; /* Appendix B */
376 __hc32 *hw_next; /* (all types) */
392 __hc32 hw_next; /* see EHCI 3.6.1 */
393 __hc32 hw_info1; /* see EHCI 3.6.2 */
401 __hc32 hw_info2; /* see EHCI 3.6.2 */
407 __hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
410 __hc32 hw_qtd_next;
411 __hc32 hw_alt_next;
412 __hc32 hw_token;
413 __hc32 hw_buf [5];
414 __hc32 hw_buf_hi [5];
460 __hc32 transaction; /* itd->hw_transaction[i] |= */
493 __hc32 splits;
507 __hc32 buf0;
508 __hc32 buf1;
509 __hc32 buf2;
512 __hc32 address;
525 __hc32 hw_next; /* see EHCI 3.3.1 */
526 __hc32 hw_transaction [8]; /* see EHCI 3.3.2 */
536 __hc32 hw_bufp [7]; /* see EHCI 3.3.3 */
537 __hc32 hw_bufp_hi [7]; /* Appendix B */
565 __hc32 hw_next; /* any periodic q entry */
566 __hc32 hw_prev; /* qh or FUSBH200_LIST_END */
645 static inline __hc32 cpu_to_hc32 (const struct fusbh200_hcd *fusbh200, const u32 x) in cpu_to_hc32()
651 static inline u32 hc32_to_cpu (const struct fusbh200_hcd *fusbh200, const __hc32 x) in hc32_to_cpu()
656 static inline u32 hc32_to_cpup (const struct fusbh200_hcd *fusbh200, const __hc32 *x) in hc32_to_cpup()