Searched defs:__hc32 (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/host/
H A Duhci-hcd.h102 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
110 typedef __u32 __bitwise __hc32; typedef
113 #define __hc32 __le32 macro
149 __hc32 link; /* Next QH in the schedule */
150 __hc32 element; /* Queue element (TD) pointer */
260 __hc32 link;
261 __hc32 status;
262 __hc32 token;
263 __hc32 buffer;
404 __hc32 *fram
[all...]
H A Dehci.h25 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
33 typedef __u32 __bitwise __hc32; typedef
36 #define __hc32 __le32 macro
91 __hc32 *periodic; /* hw periodic table */
160 __hc32 *ohci_hcctrl_reg;
240 __hc32 hw_next; /* see EHCI 3.5.1 */
241 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
242 __hc32 hw_token; /* see EHCI 3.5.3 */
261 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
262 __hc32 hw_buf_h
[all...]
H A Dohci.h11 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
15 typedef __u32 __bitwise __hc32; typedef
27 __hc32 hwINFO; /* endpoint config bitmap */
36 __hc32 hwTailP; /* tail of TD list */
37 __hc32 hwHeadP; /* head of TD list (hc r/w) */
40 __hc32 hwNextED; /* next ED in list */
81 __hc32 hwINFO; /* transfer info bitmask */
110 __hc32 hwCBP; /* Current Buffer Pointer (or 0) */
111 __hc32 hwNextTD; /* Next TD Pointer */
112 __hc32 hwB
[all...]

Completed in 399 milliseconds