drivers/usb/fotg210/fotg210-hcd.c
2903
__hc32 dma = QH_NEXT(fotg210, qh->qh_dma);
drivers/usb/fotg210/fotg210-hcd.c
2941
__hc32 qh_addr_mask = cpu_to_hc32(fotg210, 0x7f);
drivers/usb/fotg210/fotg210-hcd.c
2971
__hc32 token;
drivers/usb/fotg210/fotg210-hcd.c
3271
union fotg210_shadow *periodic, __hc32 tag)
drivers/usb/fotg210/fotg210-hcd.c
3283
static __hc32 *shadow_next_periodic(struct fotg210_hcd *fotg210,
drivers/usb/fotg210/fotg210-hcd.c
3284
union fotg210_shadow *periodic, __hc32 tag)
drivers/usb/fotg210/fotg210-hcd.c
3301
__hc32 *hw_p = &fotg210->periodic[frame];
drivers/usb/fotg210/fotg210-hcd.c
3330
__hc32 *hw_p = &fotg210->periodic[frame];
drivers/usb/fotg210/fotg210-hcd.c
339
static inline char token_mark(struct fotg210_hcd *fotg210, __hc32 token)
drivers/usb/fotg210/fotg210-hcd.c
3402
__hc32 type;
drivers/usb/fotg210/fotg210-hcd.c
3490
__hc32 *hw_p = &fotg210->periodic[i];
drivers/usb/fotg210/fotg210-hcd.c
3492
__hc32 type = 0;
drivers/usb/fotg210/fotg210-hcd.c
3704
unsigned uframe, const struct fotg210_qh *qh, __hc32 *c_maskp)
drivers/usb/fotg210/fotg210-hcd.c
3751
__hc32 c_mask;
drivers/usb/fotg210/fotg210-hcd.c
4319
__hc32 *hw_p = &fotg210->periodic[frame];
drivers/usb/fotg210/fotg210-hcd.c
4321
__hc32 type = 0;
drivers/usb/fotg210/fotg210-hcd.c
4578
__hc32 type, *hw_p;
drivers/usb/fotg210/fotg210-hcd.c
516
__hc32 tag;
drivers/usb/fotg210/fotg210-hcd.h
116
__hc32 *periodic; /* hw periodic table */
drivers/usb/fotg210/fotg210-hcd.h
320
__hc32 hw_next; /* see EHCI 3.5.1 */
drivers/usb/fotg210/fotg210-hcd.h
321
__hc32 hw_alt_next; /* see EHCI 3.5.2 */
drivers/usb/fotg210/fotg210-hcd.h
322
__hc32 hw_token; /* see EHCI 3.5.3 */
drivers/usb/fotg210/fotg210-hcd.h
341
__hc32 hw_buf[5]; /* see EHCI 3.5.4 */
drivers/usb/fotg210/fotg210-hcd.h
342
__hc32 hw_buf_hi[5]; /* Appendix B */
drivers/usb/fotg210/fotg210-hcd.h
394
__hc32 *hw_next; /* (all types) */
drivers/usb/fotg210/fotg210-hcd.h
410
__hc32 hw_next; /* see EHCI 3.6.1 */
drivers/usb/fotg210/fotg210-hcd.h
411
__hc32 hw_info1; /* see EHCI 3.6.2 */
drivers/usb/fotg210/fotg210-hcd.h
419
__hc32 hw_info2; /* see EHCI 3.6.2 */
drivers/usb/fotg210/fotg210-hcd.h
425
__hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
drivers/usb/fotg210/fotg210-hcd.h
428
__hc32 hw_qtd_next;
drivers/usb/fotg210/fotg210-hcd.h
429
__hc32 hw_alt_next;
drivers/usb/fotg210/fotg210-hcd.h
430
__hc32 hw_token;
drivers/usb/fotg210/fotg210-hcd.h
431
__hc32 hw_buf[5];
drivers/usb/fotg210/fotg210-hcd.h
432
__hc32 hw_buf_hi[5];
drivers/usb/fotg210/fotg210-hcd.h
478
__hc32 transaction; /* itd->hw_transaction[i] |= */
drivers/usb/fotg210/fotg210-hcd.h
511
__hc32 splits;
drivers/usb/fotg210/fotg210-hcd.h
525
__hc32 buf0;
drivers/usb/fotg210/fotg210-hcd.h
526
__hc32 buf1;
drivers/usb/fotg210/fotg210-hcd.h
527
__hc32 buf2;
drivers/usb/fotg210/fotg210-hcd.h
530
__hc32 address;
drivers/usb/fotg210/fotg210-hcd.h
543
__hc32 hw_next; /* see EHCI 3.3.1 */
drivers/usb/fotg210/fotg210-hcd.h
544
__hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
drivers/usb/fotg210/fotg210-hcd.h
554
__hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
drivers/usb/fotg210/fotg210-hcd.h
555
__hc32 hw_bufp_hi[7]; /* Appendix B */
drivers/usb/fotg210/fotg210-hcd.h
583
__hc32 hw_next; /* any periodic q entry */
drivers/usb/fotg210/fotg210-hcd.h
584
__hc32 hw_prev; /* qh or FOTG210_LIST_END */
drivers/usb/fotg210/fotg210-hcd.h
663
static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x)
drivers/usb/fotg210/fotg210-hcd.h
669
static inline u32 hc32_to_cpu(const struct fotg210_hcd *fotg210, const __hc32 x)
drivers/usb/fotg210/fotg210-hcd.h
675
const __hc32 *x)
drivers/usb/host/ehci-dbg.c
356
static inline char token_mark(struct ehci_hcd *ehci, __hc32 token)
drivers/usb/host/ehci-dbg.c
630
__hc32 tag;
drivers/usb/host/ehci-q.c
1026
__hc32 qh_addr_mask = cpu_to_hc32(ehci, 0x7f);
drivers/usb/host/ehci-q.c
1057
__hc32 token;
drivers/usb/host/ehci-q.c
1370
__hc32 qh_current, qh_token;
drivers/usb/host/ehci-q.c
980
__hc32 dma = QH_NEXT(ehci, qh->qh_dma);
drivers/usb/host/ehci-sched.c
1716
__hc32 *hw_p = &ehci->periodic[frame];
drivers/usb/host/ehci-sched.c
1718
__hc32 type = 0;
drivers/usb/host/ehci-sched.c
2366
__hc32 type, *hw_p;
drivers/usb/host/ehci-sched.c
33
__hc32 tag)
drivers/usb/host/ehci-sched.c
429
__hc32 type;
drivers/usb/host/ehci-sched.c
48
static __hc32 *
drivers/usb/host/ehci-sched.c
50
__hc32 tag)
drivers/usb/host/ehci-sched.c
537
__hc32 *hw_p = &ehci->periodic[i];
drivers/usb/host/ehci-sched.c
539
__hc32 type = 0;
drivers/usb/host/ehci-sched.c
66
__hc32 *hw_p = &ehci->periodic[frame];
drivers/usb/host/ehci.h
147
__hc32 old_current; /* Test for QH becoming */
drivers/usb/host/ehci.h
148
__hc32 old_token; /* inactive during unlink */
drivers/usb/host/ehci.h
153
__hc32 *periodic; /* hw periodic table */
drivers/usb/host/ehci.h
233
__hc32 *ohci_hcctrl_reg;
drivers/usb/host/ehci.h
293
__hc32 hw_next; /* see EHCI 3.5.1 */
drivers/usb/host/ehci.h
294
__hc32 hw_alt_next; /* see EHCI 3.5.2 */
drivers/usb/host/ehci.h
295
__hc32 hw_token; /* see EHCI 3.5.3 */
drivers/usb/host/ehci.h
314
__hc32 hw_buf[5]; /* see EHCI 3.5.4 */
drivers/usb/host/ehci.h
315
__hc32 hw_buf_hi[5]; /* Appendix B */
drivers/usb/host/ehci.h
373
__hc32 *hw_next; /* (all types) */
drivers/usb/host/ehci.h
389
__hc32 hw_next; /* see EHCI 3.6.1 */
drivers/usb/host/ehci.h
390
__hc32 hw_info1; /* see EHCI 3.6.2 */
drivers/usb/host/ehci.h
398
__hc32 hw_info2; /* see EHCI 3.6.2 */
drivers/usb/host/ehci.h
404
__hc32 hw_current; /* qtd list - see EHCI 3.6.4 */
drivers/usb/host/ehci.h
407
__hc32 hw_qtd_next;
drivers/usb/host/ehci.h
408
__hc32 hw_alt_next;
drivers/usb/host/ehci.h
409
__hc32 hw_token;
drivers/usb/host/ehci.h
410
__hc32 hw_buf[5];
drivers/usb/host/ehci.h
411
__hc32 hw_buf_hi[5];
drivers/usb/host/ehci.h
459
__hc32 transaction; /* itd->hw_transaction[i] |= */
drivers/usb/host/ehci.h
492
__hc32 splits;
drivers/usb/host/ehci.h
502
__hc32 buf0;
drivers/usb/host/ehci.h
503
__hc32 buf1;
drivers/usb/host/ehci.h
504
__hc32 buf2;
drivers/usb/host/ehci.h
507
__hc32 address;
drivers/usb/host/ehci.h
520
__hc32 hw_next; /* see EHCI 3.3.1 */
drivers/usb/host/ehci.h
521
__hc32 hw_transaction[8]; /* see EHCI 3.3.2 */
drivers/usb/host/ehci.h
531
__hc32 hw_bufp[7]; /* see EHCI 3.3.3 */
drivers/usb/host/ehci.h
532
__hc32 hw_bufp_hi[7]; /* Appendix B */
drivers/usb/host/ehci.h
558
__hc32 hw_next;
drivers/usb/host/ehci.h
560
__hc32 hw_fullspeed_ep; /* EHCI table 3-9 */
drivers/usb/host/ehci.h
561
__hc32 hw_uframe; /* EHCI table 3-10 */
drivers/usb/host/ehci.h
562
__hc32 hw_results; /* EHCI table 3-11 */
drivers/usb/host/ehci.h
576
__hc32 hw_buf[2]; /* EHCI table 3-12 */
drivers/usb/host/ehci.h
577
__hc32 hw_backpointer; /* EHCI table 3-13 */
drivers/usb/host/ehci.h
578
__hc32 hw_buf_hi[2]; /* Appendix B */
drivers/usb/host/ehci.h
603
__hc32 hw_next; /* any periodic q entry */
drivers/usb/host/ehci.h
604
__hc32 hw_prev; /* qh or EHCI_LIST_END */
drivers/usb/host/ehci.h
833
static inline __hc32 cpu_to_hc32(const struct ehci_hcd *ehci, const u32 x)
drivers/usb/host/ehci.h
836
? (__force __hc32)cpu_to_be32(x)
drivers/usb/host/ehci.h
837
: (__force __hc32)cpu_to_le32(x);
drivers/usb/host/ehci.h
841
static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const __hc32 x)
drivers/usb/host/ehci.h
848
static inline u32 hc32_to_cpup(const struct ehci_hcd *ehci, const __hc32 *x)
drivers/usb/host/ehci.h
858
static inline __hc32 cpu_to_hc32(const struct ehci_hcd *ehci, const u32 x)
drivers/usb/host/ehci.h
864
static inline u32 hc32_to_cpu(const struct ehci_hcd *ehci, const __hc32 x)
drivers/usb/host/ehci.h
869
static inline u32 hc32_to_cpup(const struct ehci_hcd *ehci, const __hc32 *x)
drivers/usb/host/ohci-hub.c
103
__hc32 __iomem *portstat = ohci->regs->roothub.portstatus;
drivers/usb/host/ohci-hub.c
622
__hc32 __iomem *portstat = &ohci->regs->roothub.portstatus [port];
drivers/usb/host/ohci-q.c
1041
__hc32 savebits;
drivers/usb/host/ohci-q.c
153
__hc32 *prev_p = &ohci->hcca->int_table [i];
drivers/usb/host/ohci-q.c
277
__hc32 *prev_p = &ohci->hcca->int_table [i];
drivers/usb/host/ohci-q.c
839
__hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C);
drivers/usb/host/ohci-q.c
984
__hc32 *prev;
drivers/usb/host/ohci.h
119
__hc32 hwCBP; /* Current Buffer Pointer (or 0) */
drivers/usb/host/ohci.h
120
__hc32 hwNextTD; /* Next TD Pointer */
drivers/usb/host/ohci.h
121
__hc32 hwBE; /* Memory Buffer End Pointer */
drivers/usb/host/ohci.h
192
__hc32 int_table [NUM_INTS]; /* periodic schedule */
drivers/usb/host/ohci.h
199
__hc32 frame_no; /* current frame number */
drivers/usb/host/ohci.h
200
__hc32 done_head; /* info returned for an interrupt */
drivers/usb/host/ohci.h
212
__hc32 revision;
drivers/usb/host/ohci.h
213
__hc32 control;
drivers/usb/host/ohci.h
214
__hc32 cmdstatus;
drivers/usb/host/ohci.h
215
__hc32 intrstatus;
drivers/usb/host/ohci.h
216
__hc32 intrenable;
drivers/usb/host/ohci.h
217
__hc32 intrdisable;
drivers/usb/host/ohci.h
220
__hc32 hcca;
drivers/usb/host/ohci.h
221
__hc32 ed_periodcurrent;
drivers/usb/host/ohci.h
222
__hc32 ed_controlhead;
drivers/usb/host/ohci.h
223
__hc32 ed_controlcurrent;
drivers/usb/host/ohci.h
224
__hc32 ed_bulkhead;
drivers/usb/host/ohci.h
225
__hc32 ed_bulkcurrent;
drivers/usb/host/ohci.h
226
__hc32 donehead;
drivers/usb/host/ohci.h
229
__hc32 fminterval;
drivers/usb/host/ohci.h
230
__hc32 fmremaining;
drivers/usb/host/ohci.h
231
__hc32 fmnumber;
drivers/usb/host/ohci.h
232
__hc32 periodicstart;
drivers/usb/host/ohci.h
233
__hc32 lsthresh;
drivers/usb/host/ohci.h
237
__hc32 a;
drivers/usb/host/ohci.h
238
__hc32 b;
drivers/usb/host/ohci.h
239
__hc32 status;
drivers/usb/host/ohci.h
241
__hc32 portstatus [MAX_ROOT_PORTS];
drivers/usb/host/ohci.h
28
__hc32 hwINFO; /* endpoint config bitmap */
drivers/usb/host/ohci.h
37
__hc32 hwTailP; /* tail of TD list */
drivers/usb/host/ohci.h
38
__hc32 hwHeadP; /* head of TD list (hc r/w) */
drivers/usb/host/ohci.h
41
__hc32 hwNextED; /* next ED in list */
drivers/usb/host/ohci.h
562
__hc32 __iomem * regs)
drivers/usb/host/ohci.h
574
const unsigned int val, __hc32 __iomem *regs)
drivers/usb/host/ohci.h
606
static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x)
drivers/usb/host/ohci.h
609
(__force __hc32)cpu_to_be32(x) :
drivers/usb/host/ohci.h
610
(__force __hc32)cpu_to_le32(x);
drivers/usb/host/ohci.h
613
static inline __hc32 cpu_to_hc32p (const struct ohci_hcd *ohci, const u32 *x)
drivers/usb/host/ohci.h
635
static inline u32 hc32_to_cpu (const struct ohci_hcd *ohci, const __hc32 x)
drivers/usb/host/ohci.h
642
static inline u32 hc32_to_cpup (const struct ohci_hcd *ohci, const __hc32 *x)
drivers/usb/host/ohci.h
90
__hc32 hwINFO; /* transfer info bitmask */
drivers/usb/host/uhci-debug.c
170
__hc32 element = qh_element(qh);
drivers/usb/host/uhci-debug.c
382
__hc32 link;
drivers/usb/host/uhci-debug.c
383
__hc32 fsbr_link;
drivers/usb/host/uhci-debug.c
415
__hc32 qh_dma;
drivers/usb/host/uhci-hcd.c
99
static __hc32 uhci_frame_skel_link(struct uhci_hcd *uhci, int frame)
drivers/usb/host/uhci-hcd.h
153
__hc32 link; /* Next QH in the schedule */
drivers/usb/host/uhci-hcd.h
154
__hc32 element; /* Queue element (TD) pointer */
drivers/usb/host/uhci-hcd.h
260
__hc32 link;
drivers/usb/host/uhci-hcd.h
261
__hc32 status;
drivers/usb/host/uhci-hcd.h
262
__hc32 token;
drivers/usb/host/uhci-hcd.h
263
__hc32 buffer;
drivers/usb/host/uhci-hcd.h
400
__hc32 *frame;
drivers/usb/host/uhci-hcd.h
693
static inline __hc32 cpu_to_hc32(const struct uhci_hcd *uhci, const u32 x)
drivers/usb/host/uhci-hcd.h
696
? (__force __hc32)cpu_to_be32(x)
drivers/usb/host/uhci-hcd.h
697
: (__force __hc32)cpu_to_le32(x);
drivers/usb/host/uhci-hcd.h
701
static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x)
drivers/usb/host/uhci-hcd.h
710
static inline __hc32 cpu_to_hc32(const struct uhci_hcd *uhci, const u32 x)
drivers/usb/host/uhci-hcd.h
716
static inline u32 hc32_to_cpu(const struct uhci_hcd *uhci, const __hc32 x)
drivers/usb/host/uhci-q.c
454
__hc32 link_to_new_qh;
drivers/usb/host/uhci-q.c
536
__hc32 link_to_next_qh = qh->link;
drivers/usb/host/uhci-q.c
797
__hc32 *plink;
drivers/usb/host/uhci-q.c
924
__hc32 *plink;