Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci.h23 #define __hc32 __le32 macro
401 __hc32 hw_qtd_next;
402 __hc32 hw_alt_next;
403 __hc32 hw_token;
404 __hc32 hw_buf[5];
486 __hc32 splits;
496 __hc32 buf0;
497 __hc32 buf1;
498 __hc32 buf2;
501 __hc32 address;
[all …]
H A Dohci.h212 __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 …]
H A Duhci-hcd.h114 typedef __u32 __bitwise __hc32; typedef
117 #define __hc32 __le32 macro
153 __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;
695 ? (__force __hc32)cpu_to_be32(x) in cpu_to_hc32()
[all …]
H A Duhci-debug.c170 __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()
H A Dehci-sched.c33 __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()
538 __hc32 *hw_p = &ehci->periodic[i]; in qh_link_periodic()
540 __hc32 type = 0; in qh_link_periodic()
1718 __hc32 *hw_p = &ehci->periodic[frame]; in itd_link()
1720 __hc32 type = 0; in itd_link()
2360 __hc32 type, *hw_p; in scan_isoc()
H A Dohci-q.c153 __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()
H A Dehci-q.c984 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async()
1030 __hc32 qh_addr_mask = cpu_to_hc32(ehci, 0x7f); in qh_append_tds()
1061 __hc32 token; in qh_append_tds()
1374 __hc32 qh_current, qh_token; in end_unlink_async()
H A Dohci-hub.c103 __hc32 __iomem *portstat = ohci->regs->roothub.portstatus; in ohci_rh_suspend()
622 __hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port]; in root_port_reset()
H A Duhci-q.c454 __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()
H A Dehci-dbg.c356 static inline char token_mark(struct ehci_hcd *ehci, __hc32 token) in token_mark()
630 __hc32 tag; in fill_periodic_buffer()
H A Duhci-hcd.c99 static __hc32 uhci_frame_skel_link(struct uhci_hcd *uhci, int frame) in uhci_frame_skel_link()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h17 #define __hc32 __le32 macro
428 __hc32 hw_qtd_next;
429 __hc32 hw_alt_next;
430 __hc32 hw_token;
431 __hc32 hw_buf[5];
432 __hc32 hw_buf_hi[5];
511 __hc32 splits;
525 __hc32 buf0;
526 __hc32 buf1;
527 __hc32 buf2;
[all …]
H A Dfotg210-hcd.c520 __hc32 tag; in fill_periodic_buffer()
2975 __hc32 token; in qh_append_tds()
3305 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_unlink()
3334 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_usecs()
3406 __hc32 type; in tt_no_collision()
3494 __hc32 *hw_p = &fotg210->periodic[i]; in qh_link_periodic()
3496 __hc32 type = 0; in qh_link_periodic()
3755 __hc32 c_mask; in qh_schedule()
4325 __hc32 *hw_p = &fotg210->periodic[frame]; in itd_link()
4327 __hc32 type = 0; in itd_link()
[all …]