Searched refs:__hc32 (Results 1 – 13 of 13) sorted by relevance
23 #define __hc32 __le32 macro399 __hc32 hw_qtd_next;400 __hc32 hw_alt_next;401 __hc32 hw_token;402 __hc32 hw_buf[5];484 __hc32 splits;494 __hc32 buf0;495 __hc32 buf1;496 __hc32 buf2;499 __hc32 address;[all …]
212 __hc32 revision;213 __hc32 control;214 __hc32 cmdstatus;215 __hc32 intrstatus;220 __hc32 hcca;226 __hc32 donehead;231 __hc32 fmnumber;233 __hc32 lsthresh;237 __hc32 a;238 __hc32 b;[all …]
17 #define __hc32 __le32 macro427 __hc32 hw_qtd_next;428 __hc32 hw_alt_next;429 __hc32 hw_token;430 __hc32 hw_buf[5];431 __hc32 hw_buf_hi[5];510 __hc32 splits;524 __hc32 buf0;525 __hc32 buf1;526 __hc32 buf2;[all …]
114 typedef __u32 __bitwise __hc32; typedef117 #define __hc32 __le32 macro153 __hc32 link; /* Next QH in the schedule */154 __hc32 element; /* Queue element (TD) pointer */260 __hc32 link;261 __hc32 status;262 __hc32 token;263 __hc32 buffer;400 __hc32 *frame;685 ? (__force __hc32)cpu_to_be32(x) in cpu_to_hc32()[all …]
170 __hc32 element = qh_element(qh); in uhci_show_qh()382 __hc32 link; in uhci_sprint_schedule()383 __hc32 fsbr_link; in uhci_sprint_schedule()415 __hc32 qh_dma; in uhci_sprint_schedule()
33 __hc32 tag) in periodic_next_shadow()48 static __hc32 *50 __hc32 tag) in shadow_next_periodic()66 __hc32 *hw_p = &ehci->periodic[frame]; in periodic_unlink()430 __hc32 type; in tt_no_collision()537 __hc32 *hw_p = &ehci->periodic[i]; in qh_link_periodic()539 __hc32 type = 0; in qh_link_periodic()1719 __hc32 *hw_p = &ehci->periodic[frame]; in itd_link()1721 __hc32 type = 0; in itd_link()2361 __hc32 type, *hw_p; in scan_isoc()
153 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_link()277 __hc32 *prev_p = &ohci->hcca->int_table [i]; in periodic_unlink()839 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C); in ed_halted()984 __hc32 *prev; in finish_unlinks()1041 __hc32 savebits; in finish_unlinks()
524 __hc32 tag; in fill_periodic_buffer()2979 __hc32 token; in qh_append_tds()3309 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_unlink()3338 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_usecs()3410 __hc32 type; in tt_no_collision()3498 __hc32 *hw_p = &fotg210->periodic[i]; in qh_link_periodic()3500 __hc32 type = 0; in qh_link_periodic()3759 __hc32 c_mask; in qh_schedule()4331 __hc32 *hw_p = &fotg210->periodic[frame]; in itd_link()4333 __hc32 type = 0; in itd_link()[all …]
983 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async()1029 __hc32 qh_addr_mask = cpu_to_hc32(ehci, 0x7f); in qh_append_tds()1060 __hc32 token; in qh_append_tds()1373 __hc32 qh_current, qh_token; in end_unlink_async()
103 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus; in ohci_rh_suspend()622 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset()
454 __hc32 link_to_new_qh; in link_async()536 __hc32 link_to_next_qh = qh->link; in unlink_async()797 __hc32 *plink; in uhci_submit_control()924 __hc32 *plink; in uhci_submit_common()
356 static inline char token_mark(struct ehci_hcd *ehci, __hc32 token) in token_mark()630 __hc32 tag; in fill_periodic_buffer()
99 static __hc32 uhci_frame_skel_link(struct uhci_hcd *uhci, int frame) in uhci_frame_skel_link()
Completed in 50 milliseconds