Searched refs:__hc32 (Results 1 – 15 of 15) sorted by relevance
/drivers/usb/host/ |
D | ehci.h | 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_hi [5]; /* Appendix B */ 370 __hc32 *hw_next; /* (all types) */ [all …]
|
D | ohci.h | 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 hwBE; /* Memory Buffer End Pointer */ 191 __hc32 int_table [NUM_INTS]; /* periodic schedule */ [all …]
|
D | fotg210.h | 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_next; /* see EHCI 3.6.1 */ 459 __hc32 hw_info1; /* see EHCI 3.6.2 */ [all …]
|
D | fusbh200.h | 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_next; /* see EHCI 3.6.1 */ 449 __hc32 hw_info1; /* see EHCI 3.6.2 */ [all …]
|
D | uhci-hcd.h | 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 *frame; 631 static inline __hc32 cpu_to_hc32(const struct uhci_hcd *uhci, const u32 x) in cpu_to_hc32() [all …]
|
D | uhci-debug.c | 169 __hc32 element = qh_element(qh); in uhci_show_qh() 381 __hc32 link; in uhci_sprint_schedule() 382 __hc32 fsbr_link; in uhci_sprint_schedule() 414 __hc32 qh_dma; in uhci_sprint_schedule()
|
D | ehci-sched.c | 46 __hc32 tag) in periodic_next_shadow() 61 static __hc32 * 63 __hc32 tag) in shadow_next_periodic() 79 __hc32 *hw_p = &ehci->periodic[frame]; in periodic_unlink() 331 static inline unsigned char tt_start_uframe(struct ehci_hcd *ehci, __hc32 mask) in tt_start_uframe() 455 __hc32 type; in tt_no_collision() 562 __hc32 *hw_p = &ehci->periodic[i]; in qh_link_periodic() 564 __hc32 type = 0; in qh_link_periodic() 1742 __hc32 *hw_p = &ehci->periodic[frame]; in itd_link() 1744 __hc32 type = 0; in itd_link() [all …]
|
D | ohci-q.c | 152 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_link() 275 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_unlink() 836 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C); in ed_halted() 981 __hc32 *prev; in finish_unlinks() 1042 __hc32 savebits; in finish_unlinks()
|
D | fusbh200-hcd.c | 350 static inline char token_mark(struct fusbh200_hcd *fusbh200, __hc32 token) in token_mark() 500 __hc32 tag; in fill_periodic_buffer() 2986 __hc32 dma = QH_NEXT(fusbh200, qh->qh_dma); in qh_link_async() 3031 __hc32 qh_addr_mask = cpu_to_hc32(fusbh200, 0x7f); in qh_append_tds() 3062 __hc32 token; in qh_append_tds() 3372 __hc32 tag) in periodic_next_shadow() 3384 static __hc32 * 3386 __hc32 tag) in shadow_next_periodic() 3402 __hc32 *hw_p = &fusbh200->periodic[frame]; in periodic_unlink() 3431 __hc32 *hw_p = &fusbh200->periodic [frame]; in periodic_usecs() [all …]
|
D | fotg210-hcd.c | 362 static inline char token_mark(struct fotg210_hcd *fotg210, __hc32 token) in token_mark() 521 __hc32 tag; in fill_periodic_buffer() 3039 __hc32 dma = QH_NEXT(fotg210, qh->qh_dma); in qh_link_async() 3084 __hc32 qh_addr_mask = cpu_to_hc32(fotg210, 0x7f); in qh_append_tds() 3114 __hc32 token; in qh_append_tds() 3429 union fotg210_shadow *periodic, __hc32 tag) in periodic_next_shadow() 3441 static __hc32 * 3443 union fotg210_shadow *periodic, __hc32 tag) in shadow_next_periodic() 3460 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_unlink() 3489 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_usecs() [all …]
|
D | ohci-hub.c | 99 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus; in ohci_rh_suspend() 616 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset()
|
D | ehci-q.c | 978 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async() 1024 __hc32 qh_addr_mask = cpu_to_hc32(ehci, 0x7f); in qh_append_tds() 1055 __hc32 token; in qh_append_tds()
|
D | uhci-q.c | 455 __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()
|
D | ehci-dbg.c | 392 static inline char token_mark(struct ehci_hcd *ehci, __hc32 token) in token_mark() 629 __hc32 tag; in fill_periodic_buffer()
|
D | uhci-hcd.c | 98 static __hc32 uhci_frame_skel_link(struct uhci_hcd *uhci, int frame) in uhci_frame_skel_link()
|