Symbol: hc32_to_cpu
drivers/usb/fotg210/fotg210-hcd.c
146
itd->frame, itd, hc32_to_cpu(fotg210, itd->hw_next),
drivers/usb/fotg210/fotg210-hcd.c
151
hc32_to_cpu(fotg210, itd->hw_transaction[0]),
drivers/usb/fotg210/fotg210-hcd.c
152
hc32_to_cpu(fotg210, itd->hw_transaction[1]),
drivers/usb/fotg210/fotg210-hcd.c
153
hc32_to_cpu(fotg210, itd->hw_transaction[2]),
drivers/usb/fotg210/fotg210-hcd.c
154
hc32_to_cpu(fotg210, itd->hw_transaction[3]),
drivers/usb/fotg210/fotg210-hcd.c
155
hc32_to_cpu(fotg210, itd->hw_transaction[4]),
drivers/usb/fotg210/fotg210-hcd.c
156
hc32_to_cpu(fotg210, itd->hw_transaction[5]),
drivers/usb/fotg210/fotg210-hcd.c
157
hc32_to_cpu(fotg210, itd->hw_transaction[6]),
drivers/usb/fotg210/fotg210-hcd.c
158
hc32_to_cpu(fotg210, itd->hw_transaction[7]));
drivers/usb/fotg210/fotg210-hcd.c
162
hc32_to_cpu(fotg210, itd->hw_bufp[0]),
drivers/usb/fotg210/fotg210-hcd.c
163
hc32_to_cpu(fotg210, itd->hw_bufp[1]),
drivers/usb/fotg210/fotg210-hcd.c
164
hc32_to_cpu(fotg210, itd->hw_bufp[2]),
drivers/usb/fotg210/fotg210-hcd.c
165
hc32_to_cpu(fotg210, itd->hw_bufp[3]),
drivers/usb/fotg210/fotg210-hcd.c
166
hc32_to_cpu(fotg210, itd->hw_bufp[4]),
drivers/usb/fotg210/fotg210-hcd.c
167
hc32_to_cpu(fotg210, itd->hw_bufp[5]),
drivers/usb/fotg210/fotg210-hcd.c
168
hc32_to_cpu(fotg210, itd->hw_bufp[6]));
drivers/usb/fotg210/fotg210-hcd.c
2298
token = hc32_to_cpu(fotg210, qtd->hw_token);
drivers/usb/fotg210/fotg210-hcd.c
2386
token = hc32_to_cpu(fotg210, hw->hw_token);
drivers/usb/fotg210/fotg210-hcd.c
3273
switch (hc32_to_cpu(fotg210, tag)) {
drivers/usb/fotg210/fotg210-hcd.c
3286
switch (hc32_to_cpu(fotg210, tag)) {
drivers/usb/fotg210/fotg210-hcd.c
3336
switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) {
drivers/usb/fotg210/fotg210-hcd.c
3408
switch (hc32_to_cpu(fotg210, type)) {
drivers/usb/fotg210/fotg210-hcd.c
341
__u32 v = hc32_to_cpu(fotg210, token);
drivers/usb/fotg210/fotg210-hcd.c
3418
mask = hc32_to_cpu(fotg210,
drivers/usb/fotg210/fotg210-hcd.c
4586
switch (hc32_to_cpu(fotg210, type)) {
drivers/usb/fotg210/fotg210-hcd.c
490
switch ((hc32_to_cpu(fotg210, qtd->hw_token) >> 8) & 0x03) {
drivers/usb/fotg210/fotg210-hcd.c
551
switch (hc32_to_cpu(fotg210, tag)) {
drivers/usb/gadget/udc/fsl_udc_core.c
1612
remaining_length = (hc32_to_cpu(curr_td->size_ioc_sts)
drivers/usb/gadget/udc/fsl_udc_core.c
1617
errors = hc32_to_cpu(curr_td->size_ioc_sts);
drivers/usb/gadget/udc/fsl_udc_core.c
1622
tmp = hc32_to_cpu(curr_qh->size_ioc_int_sts);
drivers/usb/gadget/udc/fsl_udc_core.c
1643
} else if (hc32_to_cpu(curr_td->size_ioc_sts)
drivers/usb/gadget/udc/fsl_udc_core.c
790
swap_temp = hc32_to_cpu(dtd->size_ioc_sts);
drivers/usb/host/ehci-dbg.c
109
label, itd->frame, itd, hc32_to_cpu(ehci, itd->hw_next),
drivers/usb/host/ehci-dbg.c
113
hc32_to_cpu(ehci, itd->hw_transaction[0]),
drivers/usb/host/ehci-dbg.c
114
hc32_to_cpu(ehci, itd->hw_transaction[1]),
drivers/usb/host/ehci-dbg.c
115
hc32_to_cpu(ehci, itd->hw_transaction[2]),
drivers/usb/host/ehci-dbg.c
116
hc32_to_cpu(ehci, itd->hw_transaction[3]),
drivers/usb/host/ehci-dbg.c
117
hc32_to_cpu(ehci, itd->hw_transaction[4]),
drivers/usb/host/ehci-dbg.c
118
hc32_to_cpu(ehci, itd->hw_transaction[5]),
drivers/usb/host/ehci-dbg.c
119
hc32_to_cpu(ehci, itd->hw_transaction[6]),
drivers/usb/host/ehci-dbg.c
120
hc32_to_cpu(ehci, itd->hw_transaction[7]));
drivers/usb/host/ehci-dbg.c
123
hc32_to_cpu(ehci, itd->hw_bufp[0]),
drivers/usb/host/ehci-dbg.c
124
hc32_to_cpu(ehci, itd->hw_bufp[1]),
drivers/usb/host/ehci-dbg.c
125
hc32_to_cpu(ehci, itd->hw_bufp[2]),
drivers/usb/host/ehci-dbg.c
126
hc32_to_cpu(ehci, itd->hw_bufp[3]),
drivers/usb/host/ehci-dbg.c
127
hc32_to_cpu(ehci, itd->hw_bufp[4]),
drivers/usb/host/ehci-dbg.c
128
hc32_to_cpu(ehci, itd->hw_bufp[5]),
drivers/usb/host/ehci-dbg.c
129
hc32_to_cpu(ehci, itd->hw_bufp[6]));
drivers/usb/host/ehci-dbg.c
140
label, sitd->frame, sitd, hc32_to_cpu(ehci, sitd->hw_next),
drivers/usb/host/ehci-dbg.c
144
hc32_to_cpu(ehci, sitd->hw_fullspeed_ep),
drivers/usb/host/ehci-dbg.c
145
hc32_to_cpu(ehci, sitd->hw_uframe),
drivers/usb/host/ehci-dbg.c
146
hc32_to_cpu(ehci, sitd->hw_results),
drivers/usb/host/ehci-dbg.c
147
hc32_to_cpu(ehci, sitd->hw_buf[0]),
drivers/usb/host/ehci-dbg.c
148
hc32_to_cpu(ehci, sitd->hw_buf[1]));
drivers/usb/host/ehci-dbg.c
358
__u32 v = hc32_to_cpu(ehci, token);
drivers/usb/host/ehci-dbg.c
604
switch ((hc32_to_cpu(ehci, qtd->hw_token) >> 8) & 0x03) {
drivers/usb/host/ehci-dbg.c
664
switch (hc32_to_cpu(ehci, tag)) {
drivers/usb/host/ehci-q.c
343
token = hc32_to_cpu(ehci, qtd->hw_token);
drivers/usb/host/ehci-q.c
442
token = hc32_to_cpu(ehci, hw->hw_token);
drivers/usb/host/ehci-sched.c
2387
switch (hc32_to_cpu(ehci, type)) {
drivers/usb/host/ehci-sched.c
35
switch (hc32_to_cpu(ehci, tag)) {
drivers/usb/host/ehci-sched.c
435
switch (hc32_to_cpu(ehci, type)) {
drivers/usb/host/ehci-sched.c
445
mask = hc32_to_cpu(ehci,
drivers/usb/host/ehci-sched.c
459
mask = hc32_to_cpu(ehci, here.sitd
drivers/usb/host/ehci-sched.c
52
switch (hc32_to_cpu(ehci, tag)) {
drivers/usb/host/ohci-dbg.c
315
u32 tmp = hc32_to_cpu (ohci, ed->hwINFO);
drivers/usb/host/ohci-dbg.c
413
u32 info = hc32_to_cpu (ohci, ed->hwINFO);
drivers/usb/host/ohci-dbg.c
414
u32 headp = hc32_to_cpu (ohci, ed->hwHeadP);
drivers/usb/host/ohci-dbg.c
531
u32 info = hc32_to_cpu (ohci, ed->hwINFO);
drivers/usb/host/ohci-hcd.c
788
unsigned tmp = hc32_to_cpu(ohci, ed->hwINFO);
drivers/usb/host/ohci-hcd.c
811
head = hc32_to_cpu(ohci, READ_ONCE(ed->hwHeadP)) & TD_MASK;
drivers/usb/host/ohci-q.c
1002
head = hc32_to_cpu(ohci, ed->hwHeadP) & TD_MASK;
drivers/usb/host/ohci-q.c
893
hc32_to_cpu (ohci, td->hwINFO),
drivers/usb/host/uhci-debug.c
183
hc32_to_cpu(uhci, qh->link),
drivers/usb/host/uhci-debug.c
184
hc32_to_cpu(uhci, element));
drivers/usb/host/uhci-debug.c
427
i, hc32_to_cpu(uhci, link));
drivers/usb/host/uhci-debug.c
461
i, hc32_to_cpu(uhci, link));
drivers/usb/host/uhci-debug.c
466
hc32_to_cpu(uhci, qh_dma));
drivers/usb/host/uhci-debug.c
52
hc32_to_cpu(uhci, td->link));
drivers/usb/host/uhci-debug.c
92
out += sprintf(out, "(buf=%08x)\n", hc32_to_cpu(uhci, td->buffer));
drivers/usb/host/uhci-hcd.h
227
#define td_token(uhci, td) hc32_to_cpu((uhci), (td)->token)
drivers/usb/host/uhci-hcd.h
278
#define td_status(uhci, td) hc32_to_cpu((uhci), \