Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci.h33 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_hi [5]; /* Appendix B */
313 __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 …]
Duhci-hcd.h110 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 *frame;
635 static inline __hc32 cpu_to_hc32(const struct uhci_hcd *uhci, const u32 x) in cpu_to_hc32()
[all …]
Dehci-sched.c69 __hc32 tag) in periodic_next_shadow()
84 static __hc32 *
86 __hc32 tag) in shadow_next_periodic()
102 __hc32 *hw_p = &ehci->periodic[frame]; in periodic_unlink()
136 __hc32 *hw_p = &ehci->periodic [frame]; in periodic_usecs()
227 static inline unsigned char tt_start_uframe(struct ehci_hcd *ehci, __hc32 mask) in tt_start_uframe()
271 __hc32 *hw_p = &ehci->periodic [frame]; in periodic_tt_usecs()
422 __hc32 type; in tt_no_collision()
575 __hc32 *hw_p = &ehci->periodic[i]; in qh_link_periodic()
577 __hc32 type = 0; in qh_link_periodic()
[all …]
Duhci-debug.c158 __hc32 element = qh_element(qh); in uhci_show_qh()
355 __hc32 link; in uhci_sprint_schedule()
356 __hc32 fsbr_link; in uhci_sprint_schedule()
384 __hc32 qh_dma; in uhci_sprint_schedule()
Dohci-q.c135 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_link()
262 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_unlink()
796 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C); in ed_halted()
910 __hc32 *prev; in finish_unlinks()
964 __hc32 savebits; in finish_unlinks()
Dehci-q.c979 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async()
1038 __hc32 qh_addr_mask = cpu_to_hc32(ehci, 0x7f); in qh_append_tds()
1069 __hc32 token; in qh_append_tds()
Duhci-q.c455 __hc32 link_to_new_qh; in link_async()
537 __hc32 link_to_next_qh = qh->link; in unlink_async()
798 __hc32 *plink; in uhci_submit_control()
925 __hc32 *plink; in uhci_submit_common()
Dehci-dbg.c413 static inline char token_mark(struct ehci_hcd *ehci, __hc32 token) in token_mark()
564 __hc32 tag; in fill_periodic_buffer()
Duhci-hcd.c95 static __hc32 uhci_frame_skel_link(struct uhci_hcd *uhci, int frame) in uhci_frame_skel_link()
Dohci-hub.c643 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset()