Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci.h33 typedef __u32 __bitwise __hc32; typedef
36 #define __hc32 __le32 macro
82 __hc32 *periodic; /* hw periodic table */
136 __hc32 *ohci_hcctrl_reg;
247 __hc32 hw_next; /* see EHCI 3.5.1 */
248 __hc32 hw_alt_next; /* see EHCI 3.5.2 */
249 __hc32 hw_token; /* see EHCI 3.5.3 */
268 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */
269 __hc32 hw_buf_hi [5]; /* Appendix B */
320 __hc32 *hw_next; /* (all types) */
[all …]
Dohci.h15 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 hwBE; /* Memory Buffer End Pointer */
183 __hc32 int_table [NUM_INTS]; /* periodic schedule */
[all …]
Dehci-sched.c48 __hc32 tag) in periodic_next_shadow()
67 __hc32 *hw_p = &ehci->periodic[frame]; in periodic_unlink()
93 __hc32 *hw_p = &ehci->periodic [frame]; in periodic_usecs()
182 static inline unsigned char tt_start_uframe(struct ehci_hcd *ehci, __hc32 mask) in tt_start_uframe()
226 __hc32 *hw_p = &ehci->periodic [frame]; in periodic_tt_usecs()
377 __hc32 type; in tt_no_collision()
510 __hc32 *hw_p = &ehci->periodic[i]; in qh_link_periodic()
512 __hc32 type = 0; in qh_link_periodic()
672 __hc32 *c_maskp in check_intr_schedule()
739 __hc32 c_mask; in qh_schedule()
[all …]
Dohci-q.c131 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_link()
258 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_unlink()
789 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C); in ed_halted()
903 __hc32 *prev; in finish_unlinks()
957 __hc32 savebits; in finish_unlinks()
Dehci-q.c833 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async()
886 __hc32 qh_addr_mask = cpu_to_hc32(ehci, 0x7f); in qh_append_tds()
917 __hc32 token; in qh_append_tds()
Dehci-dbg.c373 static inline char token_mark(struct ehci_hcd *ehci, __hc32 token) in token_mark()
523 __hc32 tag; in fill_periodic_buffer()
Dohci-hub.c637 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset()