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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
82 __hc32 *periodic; /* hw periodic table */
143 __hc32 *ohci_hcctrl_reg;
219 __hc32 hw_next; /* see EHCI 3.5.1 */
220 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
221 __hc32 hw_token; /* see EHCI 3.5.3 */
240 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
241 __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...]
H A Dehci-sched.c48 __hc32 tag)
63 static __hc32 *
65 __hc32 tag)
81 __hc32 *hw_p = &ehci->periodic[frame];
108 __hc32 *hw_p = &ehci->periodic [frame];
199 static inline unsigned char tt_start_uframe(struct ehci_hcd *ehci, __hc32 mask)
243 __hc32 *hw_p = &ehci->periodic [frame];
394 __hc32 type;
543 __hc32 *hw_p = &ehci->periodic[i];
545 __hc32 typ
[all...]
H A Dohci-q.c135 __hc32 *prev_p = &ohci->hcca->int_table [i];
261 __hc32 *prev_p = &ohci->hcca->int_table [i];
791 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C);
905 __hc32 *prev;
959 __hc32 savebits;
H A Dehci-q.c969 __hc32 dma = QH_NEXT(ehci, qh->qh_dma);
1029 __hc32 qh_addr_mask = cpu_to_hc32(ehci, 0x7f);
1060 __hc32 token;
H A Dohci-hub.c646 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port];
H A Dehci-dbg.c411 static inline char token_mark(struct ehci_hcd *ehci, __hc32 token)
562 __hc32 tag;

Completed in 116 milliseconds