Home
last modified time | relevance | path

Searched refs:cpu_to_hc32 (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dohci-q.c147 (ed->hwINFO & cpu_to_hc32 (ohci, ED_ISO)) ? "iso " : "", in periodic_link()
172 *prev_p = cpu_to_hc32(ohci, ed->dma); in periodic_link()
210 ohci->ed_controltail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()
230 ohci->ed_bulktail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()
290 (ed->hwINFO & cpu_to_hc32 (ohci, ED_ISO)) ? "iso " : "", in periodic_unlink()
317 ed->hwINFO |= cpu_to_hc32 (ohci, ED_SKIP); in ed_deschedule()
431 ed->hwTailP = cpu_to_hc32 (ohci, td->td_dma); in ed_get()
464 ed->hwINFO = cpu_to_hc32(ohci, info); in ed_get()
484 ed->hwINFO |= cpu_to_hc32 (ohci, ED_DEQUEUE); in start_ed_unlink()
555 td->hwINFO = cpu_to_hc32 (ohci, info); in td_fill()
[all …]
Dfotg210.h306 #define QTD_NEXT(fotg210, dma) cpu_to_hc32(fotg210, (u32)dma)
335 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE)
336 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
337 #define STATUS_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_STS)
350 #define QTD_MASK(fotg210) cpu_to_hc32(fotg210, ~0x1f)
357 #define Q_NEXT_TYPE(fotg210, dma) ((dma) & cpu_to_hc32(fotg210, 3 << 1))
374 (cpu_to_hc32(fotg210, (((u32)dma)&~0x01f)|Q_TYPE_QH))
378 cpu_to_hc32(fotg210, 1) /* "null pointer" to hw */
550 #define ITD_ACTIVE(fotg210) cpu_to_hc32(fotg210, FOTG210_ISOC_ACTIVE)
661 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x) in cpu_to_hc32() function
Dehci.h286 #define QTD_NEXT(ehci, dma) cpu_to_hc32(ehci, (u32)dma)
315 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE)
316 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT)
317 #define STATUS_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_STS)
330 #define QTD_MASK(ehci) cpu_to_hc32 (ehci, ~0x1f)
337 #define Q_NEXT_TYPE(ehci,dma) ((dma) & cpu_to_hc32(ehci, 3 << 1))
353 #define QH_NEXT(ehci,dma) (cpu_to_hc32(ehci, (((u32)dma)&~0x01f)|Q_TYPE_QH))
356 #define EHCI_LIST_END(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */
520 #define ITD_ACTIVE(ehci) cpu_to_hc32(ehci, EHCI_ISOC_ACTIVE)
565 #define SITD_ACTIVE(ehci) cpu_to_hc32(ehci, SITD_STS_ACTIVE)
[all …]
Duhci-hcd.h81 #define UHCI_PTR_BITS(uhci) cpu_to_hc32((uhci), 0x000F)
82 #define UHCI_PTR_TERM(uhci) cpu_to_hc32((uhci), 0x0001)
83 #define UHCI_PTR_QH(uhci) cpu_to_hc32((uhci), 0x0002)
84 #define UHCI_PTR_DEPTH(uhci) cpu_to_hc32((uhci), 0x0004)
85 #define UHCI_PTR_BREADTH(uhci) cpu_to_hc32((uhci), 0x0000)
190 cpu_to_hc32((uhci), (qh)->dma_handle))
277 #define LINK_TO_TD(uhci, td) (cpu_to_hc32((uhci), (td)->dma_handle))
631 static inline __hc32 cpu_to_hc32(const struct uhci_hcd *uhci, const u32 x) in cpu_to_hc32() function
648 static inline __hc32 cpu_to_hc32(const struct uhci_hcd *uhci, const u32 x) in cpu_to_hc32() function
Dehci-q.c53 qtd->hw_buf[0] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill()
54 qtd->hw_buf_hi[0] = cpu_to_hc32(ehci, (u32)(addr >> 32)); in qtd_fill()
65 qtd->hw_buf[i] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill()
66 qtd->hw_buf_hi[i] = cpu_to_hc32(ehci, in qtd_fill()
79 qtd->hw_token = cpu_to_hc32(ehci, (count << 16) | token); in qtd_fill()
103 if (!(hw->hw_info1 & cpu_to_hc32(ehci, QH_TOGGLE_CTL))) { in qh_update()
109 hw->hw_token &= ~cpu_to_hc32(ehci, QTD_TOGGLE); in qh_update()
114 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING); in qh_update()
385 qtd->hw_token = cpu_to_hc32(ehci, in qh_completions()
388 hw->hw_token = cpu_to_hc32(ehci, in qh_completions()
[all …]
Dehci-sched.c106 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in periodic_unlink()
569 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in qh_link_periodic()
920 hw->hw_info2 &= cpu_to_hc32(ehci, ~(QH_CMASK | QH_SMASK)); in qh_schedule()
921 hw->hw_info2 |= cpu_to_hc32(ehci, qh->ps.cs_mask); in qh_schedule()
1077 stream->buf0 = cpu_to_hc32(ehci, (epnum << 8) | dev->devnum); in iso_stream_init()
1078 stream->buf1 = cpu_to_hc32(ehci, buf1); in iso_stream_init()
1079 stream->buf2 = cpu_to_hc32(ehci, multi); in iso_stream_init()
1143 stream->address = cpu_to_hc32(ehci, addr); in iso_stream_init()
1239 uframe->transaction = cpu_to_hc32(ehci, trans); in itd_sched_init()
1479 stream->splits = cpu_to_hc32(ehci, stream->ps.cs_mask); in sitd_slot_ok()
[all …]
Dohci-mem.c95 td->hwNextTD = cpu_to_hc32 (hc, dma); in td_alloc()
111 else if ((td->hwINFO & cpu_to_hc32(hc, TD_DONE)) != 0) in td_free()
Dfotg210-hcd.c398 (cpu_to_hc32(fotg210, QTD_TOGGLE) & hw->hw_token) in qh_lines()
410 else if (hw->hw_qtd_next == cpu_to_hc32(fotg210, td->qtd_dma)) in qh_lines()
1834 qtd->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in fotg210_qtd_init()
2024 qtd->hw_buf[0] = cpu_to_hc32(fotg210, (u32)addr); in qtd_fill()
2025 qtd->hw_buf_hi[0] = cpu_to_hc32(fotg210, (u32)(addr >> 32)); in qtd_fill()
2036 qtd->hw_buf[i] = cpu_to_hc32(fotg210, (u32)addr); in qtd_fill()
2037 qtd->hw_buf_hi[i] = cpu_to_hc32(fotg210, in qtd_fill()
2050 qtd->hw_token = cpu_to_hc32(fotg210, (count << 16) | token); in qtd_fill()
2072 if (!(hw->hw_info1 & cpu_to_hc32(fotg210, QH_TOGGLE_CTL))) { in qh_update()
2078 hw->hw_token &= ~cpu_to_hc32(fotg210, QTD_TOGGLE); in qh_update()
[all …]
Duhci-q.c32 uhci->term_td->status |= cpu_to_hc32(uhci, TD_CTRL_IOC); in uhci_set_next_interrupt()
37 uhci->term_td->status &= ~cpu_to_hc32(uhci, TD_CTRL_IOC); in uhci_clear_next_interrupt()
137 td->status = cpu_to_hc32(uhci, status); in uhci_fill_td()
138 td->token = cpu_to_hc32(uhci, token); in uhci_fill_td()
139 td->buffer = cpu_to_hc32(uhci, buffer); in uhci_fill_td()
408 td->token ^= cpu_to_hc32(uhci, in uhci_fixup_toggles()
889 qh->dummy_td->status |= cpu_to_hc32(uhci, TD_CTRL_ACTIVE); in uhci_submit_control()
1032 td->status |= cpu_to_hc32(uhci, TD_CTRL_IOC); in uhci_submit_common()
1044 qh->dummy_td->status |= cpu_to_hc32(uhci, TD_CTRL_ACTIVE); in uhci_submit_common()
1350 td->status |= cpu_to_hc32(uhci, TD_CTRL_IOC); in uhci_submit_isochronous()
[all …]
Dehci-mem.c43 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
230 ehci->periodic[i] = cpu_to_hc32(ehci, in ehci_mem_init()
Dehci-hcd.c525 hw->hw_info1 = cpu_to_hc32(ehci, QH_HEAD); in ehci_init()
527 hw->hw_info1 |= cpu_to_hc32(ehci, QH_INACTIVATE); in ehci_init()
529 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
Dohci.h605 static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x) in cpu_to_hc32() function
Dehci-dbg.c445 (cpu_to_hc32(ehci, QTD_TOGGLE) & hw->hw_token) in qh_lines()
458 else if (hw->hw_qtd_next == cpu_to_hc32(ehci, td->qtd_dma)) in qh_lines()
Duhci-debug.c201 if (element & cpu_to_hc32(uhci, 8)) in uhci_show_qh()
Dehci-fsl.c447 pdata->pm_portsc &= cpu_to_hc32(ehci, ~PORT_RWC_BITS); in ehci_fsl_mpc512x_drv_suspend()
Dohci-dbg.c551 cpu_to_hc32(ohci, ED_H)) ? in fill_periodic_buffer()
Dohci-hcd.c1021 ed->hwINFO |= cpu_to_hc32(ohci, ED_DEQUEUE); in ohci_restart()
/linux-4.4.14/drivers/usb/gadget/udc/
Dfsl_udc_core.c131 static inline u32 cpu_to_hc32(const u32 x) in cpu_to_hc32() function
149 #define cpu_to_hc32(x) cpu_to_le32(x) macro
515 p_QH->max_pkt_length = cpu_to_hc32(tmp); in struct_ep_qh_setup()
711 qh->next_dtd_ptr = cpu_to_hc32(td->td_dma in fsl_prime_ep()
715 qh->size_ioc_int_sts &= cpu_to_hc32(~(EP_QUEUE_HEAD_STATUS_ACTIVE in fsl_prime_ep()
744 cpu_to_hc32(req->head->td_dma & DTD_ADDR_MASK); in fsl_queue_td()
796 dtd->size_ioc_sts = cpu_to_hc32(swap_temp); in fsl_build_dtd()
800 dtd->buff_ptr0 = cpu_to_hc32(swap_temp); in fsl_build_dtd()
801 dtd->buff_ptr1 = cpu_to_hc32(swap_temp + 0x1000); in fsl_build_dtd()
802 dtd->buff_ptr2 = cpu_to_hc32(swap_temp + 0x2000); in fsl_build_dtd()
[all …]