Searched refs:__hc32 (Results 1 - 15 of 15) sorted by relevance

/drivers/usb/host/
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
163 __hc32 *periodic; /* hw periodic table */
237 __hc32 *ohci_hcctrl_reg;
297 __hc32 hw_next; /* see EHCI 3.5.1 */
298 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
299 __hc32 hw_token; /* see EHCI 3.5.3 */
318 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
319 __hc32 hw_buf_h
[all...]
H A Dfotg210.h7 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
14 #define __hc32 __le32 macro
113 __hc32 *periodic; /* hw periodic table */
368 __hc32 hw_next; /* see EHCI 3.5.1 */
369 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
370 __hc32 hw_token; /* see EHCI 3.5.3 */
389 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */
390 __hc32 hw_buf_hi[5]; /* Appendix B */
442 __hc32 *hw_next; /* (all types) */
458 __hc32 hw_nex
[all...]
H A Dfusbh200.h7 * __hc32 and __hc16 are "Host Controller" types, they may be equivalent to
14 #define __hc32 __le32 macro
113 __hc32 *periodic; /* hw periodic table */
360 __hc32 hw_next; /* see EHCI 3.5.1 */
361 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
362 __hc32 hw_token; /* see EHCI 3.5.3 */
381 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
382 __hc32 hw_buf_hi [5]; /* Appendix B */
432 __hc32 *hw_next; /* (all types) */
448 __hc32 hw_nex
[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 */
89 __hc32 hwINFO; /* transfer info bitmask */
118 __hc32 hwCBP; /* Current Buffer Pointer (or 0) */
119 __hc32 hwNextTD; /* Next TD Pointer */
120 __hc32 hwB
[all...]
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 */
256 __hc32 link;
257 __hc32 status;
258 __hc32 token;
259 __hc32 buffer;
400 __hc32 *fram
[all...]
H A Duhci-debug.c169 __hc32 element = qh_element(qh);
381 __hc32 link;
382 __hc32 fsbr_link;
414 __hc32 qh_dma;
H A Dohci-q.c152 __hc32 *prev_p = &ohci->hcca->int_table [i];
275 __hc32 *prev_p = &ohci->hcca->int_table [i];
836 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C);
981 __hc32 *prev;
1042 __hc32 savebits;
H A Dehci-sched.c46 __hc32 tag)
61 static __hc32 *
63 __hc32 tag)
79 __hc32 *hw_p = &ehci->periodic[frame];
331 static inline unsigned char tt_start_uframe(struct ehci_hcd *ehci, __hc32 mask)
455 __hc32 type;
562 __hc32 *hw_p = &ehci->periodic[i];
564 __hc32 type = 0;
1742 __hc32 *hw_p = &ehci->periodic[frame];
1744 __hc32 typ
[all...]
H A Dfotg210-hcd.c362 static inline char token_mark(struct fotg210_hcd *fotg210, __hc32 token)
521 __hc32 tag;
3039 __hc32 dma = QH_NEXT(fotg210, qh->qh_dma);
3084 __hc32 qh_addr_mask = cpu_to_hc32(fotg210, 0x7f);
3114 __hc32 token;
3429 union fotg210_shadow *periodic, __hc32 tag)
3441 static __hc32 *
3443 union fotg210_shadow *periodic, __hc32 tag)
3460 __hc32 *hw_p = &fotg210->periodic[frame];
3489 __hc32 *hw_
[all...]
H A Dfusbh200-hcd.c350 static inline char token_mark(struct fusbh200_hcd *fusbh200, __hc32 token)
500 __hc32 tag;
2987 __hc32 dma = QH_NEXT(fusbh200, qh->qh_dma);
3032 __hc32 qh_addr_mask = cpu_to_hc32(fusbh200, 0x7f);
3063 __hc32 token;
3373 __hc32 tag)
3385 static __hc32 *
3387 __hc32 tag)
3403 __hc32 *hw_p = &fusbh200->periodic[frame];
3432 __hc32 *hw_
[all...]
H A Dohci-hub.c99 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus;
616 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port];
H A Dehci-q.c978 __hc32 dma = QH_NEXT(ehci, qh->qh_dma);
1024 __hc32 qh_addr_mask = cpu_to_hc32(ehci, 0x7f);
1055 __hc32 token;
H A Duhci-q.c455 __hc32 link_to_new_qh;
537 __hc32 link_to_next_qh = qh->link;
798 __hc32 *plink;
925 __hc32 *plink;
H A Dehci-dbg.c392 static inline char token_mark(struct ehci_hcd *ehci, __hc32 token)
629 __hc32 tag;
H A Duhci-hcd.c98 static __hc32 uhci_frame_skel_link(struct uhci_hcd *uhci, int frame)

Completed in 100 milliseconds