Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
A Dohci-q.c173 *prev_p = cpu_to_hc32(ohci, ed->dma); in periodic_link()
319 ed->hwINFO |= cpu_to_hc32 (ohci, ED_SKIP); in ed_deschedule()
466 ed->hwINFO = cpu_to_hc32(ohci, info); in ed_get()
557 td->hwINFO = cpu_to_hc32 (ohci, info); in td_fill()
563 td->hwCBP = cpu_to_hc32 (ohci, data); in td_fill()
844 ed->hwINFO |= cpu_to_hc32 (ohci, ED_SKIP); in ed_halted()
846 ed->hwHeadP &= ~cpu_to_hc32 (ohci, ED_H); in ed_halted()
956 td->hwINFO |= cpu_to_hc32 (ohci, TD_DONE); in update_done_list()
1013 ed->hwHeadP &= ~cpu_to_hc32(ohci, ED_H); in finish_unlinks()
1066 ed->hwHeadP |= cpu_to_hc32(ohci, ED_C); in finish_unlinks()
[all …]
A Dehci.h280 #define QTD_NEXT(ehci, dma) cpu_to_hc32(ehci, (u32)dma)
309 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE)
310 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT)
311 #define STATUS_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_STS)
324 #define QTD_MASK(ehci) cpu_to_hc32(ehci, ~0x1f)
331 #define Q_NEXT_TYPE(ehci, dma) ((dma) & cpu_to_hc32(ehci, 3 << 1))
348 (cpu_to_hc32(ehci, (((u32) dma) & ~0x01f) | Q_TYPE_QH))
351 #define EHCI_LIST_END(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */
522 #define ITD_ACTIVE(ehci) cpu_to_hc32(ehci, EHCI_ISOC_ACTIVE)
567 #define SITD_ACTIVE(ehci) cpu_to_hc32(ehci, SITD_STS_ACTIVE)
[all …]
A Duhci-hcd.h85 #define UHCI_PTR_BITS(uhci) cpu_to_hc32((uhci), 0x000F)
86 #define UHCI_PTR_TERM(uhci) cpu_to_hc32((uhci), 0x0001)
87 #define UHCI_PTR_QH(uhci) cpu_to_hc32((uhci), 0x0002)
88 #define UHCI_PTR_DEPTH(uhci) cpu_to_hc32((uhci), 0x0004)
89 #define UHCI_PTR_BREADTH(uhci) cpu_to_hc32((uhci), 0x0000)
194 cpu_to_hc32((uhci), (qh)->dma_handle))
281 #define LINK_TO_TD(uhci, td) (cpu_to_hc32((uhci), (td)->dma_handle))
682 static inline __hc32 cpu_to_hc32(const struct uhci_hcd *uhci, const u32 x) in cpu_to_hc32() function
699 static inline __hc32 cpu_to_hc32(const struct uhci_hcd *uhci, const u32 x) in cpu_to_hc32() function
A Dehci-q.c45 qtd->hw_buf[0] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill()
46 qtd->hw_buf_hi[0] = cpu_to_hc32(ehci, (u32)(addr >> 32)); in qtd_fill()
57 qtd->hw_buf[i] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill()
58 qtd->hw_buf_hi[i] = cpu_to_hc32(ehci, in qtd_fill()
101 hw->hw_token &= ~cpu_to_hc32(ehci, QTD_TOGGLE); in qh_update()
388 qtd->hw_token = cpu_to_hc32(ehci, in qh_completions()
391 hw->hw_token = cpu_to_hc32(ehci, in qh_completions()
735 qtd->hw_token |= cpu_to_hc32(ehci, QTD_IOC); in qh_urb_transaction()
945 hw->hw_info1 = cpu_to_hc32(ehci, info1); in qh_make()
946 hw->hw_info2 = cpu_to_hc32(ehci, info2); in qh_make()
[all …]
A Dehci-sched.c93 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in periodic_unlink()
544 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in qh_link_periodic()
896 hw->hw_info2 |= cpu_to_hc32(ehci, qh->ps.cs_mask); in qh_schedule()
1049 stream->buf1 = cpu_to_hc32(ehci, buf1); in iso_stream_init()
1050 stream->buf2 = cpu_to_hc32(ehci, multi); in iso_stream_init()
1114 stream->address = cpu_to_hc32(ehci, addr); in iso_stream_init()
1208 uframe->transaction = cpu_to_hc32(ehci, trans); in itd_sched_init()
1724 if (type == cpu_to_hc32(ehci, Q_TYPE_QH)) in itd_link()
2012 packet->transaction = cpu_to_hc32(ehci, trans); in sitd_sched_init()
2118 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp); in sitd_patch()
[all …]
A Dohci-mem.c103 td->hwNextTD = cpu_to_hc32 (hc, dma); in td_alloc()
120 else if ((td->hwINFO & cpu_to_hc32(hc, TD_DONE)) != 0) in td_free()
A Duhci-q.c33 uhci->term_td->status |= cpu_to_hc32(uhci, TD_CTRL_IOC); in uhci_set_next_interrupt()
38 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()
407 td->token ^= cpu_to_hc32(uhci, in uhci_fixup_toggles()
888 qh->dummy_td->status |= cpu_to_hc32(uhci, TD_CTRL_ACTIVE); in uhci_submit_control()
1031 td->status |= cpu_to_hc32(uhci, TD_CTRL_IOC); in uhci_submit_common()
1043 qh->dummy_td->status |= cpu_to_hc32(uhci, TD_CTRL_ACTIVE); in uhci_submit_common()
1349 td->status |= cpu_to_hc32(uhci, TD_CTRL_IOC); in uhci_submit_isochronous()
[all …]
A Dehci-mem.c30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
208 ehci->periodic[i] = cpu_to_hc32(ehci, in ehci_mem_init()
A Dehci-hcd.c523 hw->hw_info1 = cpu_to_hc32(ehci, QH_HEAD); in ehci_init()
525 hw->hw_info1 |= cpu_to_hc32(ehci, QH_INACTIVATE); in ehci_init()
527 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
A Dohci.h606 static inline __hc32 cpu_to_hc32 (const struct ohci_hcd *ohci, const u32 x) in cpu_to_hc32() function
A Dehci-dbg.c406 (cpu_to_hc32(ehci, QTD_TOGGLE) & hw->hw_token) in qh_lines()
424 } else if (hw->hw_qtd_next == cpu_to_hc32(ehci, td->qtd_dma)) { in qh_lines()
A Dehci-fsl.c483 pdata->pm_portsc &= cpu_to_hc32(ehci, ~PORT_RWC_BITS); in ehci_fsl_mpc512x_drv_suspend()
A Duhci-debug.c202 if (element & cpu_to_hc32(uhci, 8)) in uhci_show_qh()
A Dohci-dbg.c552 cpu_to_hc32(ohci, ED_H)) ? in fill_periodic_buffer()
A Dohci-hcd.c1050 ed->hwINFO |= cpu_to_hc32(ohci, ED_DEQUEUE); in ohci_restart()
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.h308 #define QTD_NEXT(fotg210, dma) cpu_to_hc32(fotg210, (u32)dma)
337 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE)
338 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
339 #define STATUS_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_STS)
352 #define QTD_MASK(fotg210) cpu_to_hc32(fotg210, ~0x1f)
359 #define Q_NEXT_TYPE(fotg210, dma) ((dma) & cpu_to_hc32(fotg210, 3 << 1))
376 (cpu_to_hc32(fotg210, (((u32)dma)&~0x01f)|Q_TYPE_QH))
380 cpu_to_hc32(fotg210, 1) /* "null pointer" to hw */
552 #define ITD_ACTIVE(fotg210) cpu_to_hc32(fotg210, FOTG210_ISOC_ACTIVE)
663 static inline __hc32 cpu_to_hc32(const struct fotg210_hcd *fotg210, const u32 x) in cpu_to_hc32() function
A Dfotg210-hcd.c2014 qtd->hw_buf_hi[i] = cpu_to_hc32(fotg210, in qtd_fill()
2346 qtd->hw_token = cpu_to_hc32(fotg210, in qh_completions()
2349 hw->hw_token = cpu_to_hc32(fotg210, in qh_completions()
2391 cpu_to_hc32(fotg210, qtd->qtd_dma) in qh_completions()
2873 hw->hw_info1 = cpu_to_hc32(fotg210, info1); in qh_make()
2874 hw->hw_info2 = cpu_to_hc32(fotg210, info2); in qh_make()
3350 if (hw->hw_info2 & cpu_to_hc32(fotg210, in periodic_usecs()
3735 *c_maskp = cpu_to_hc32(fotg210, mask << 8); in check_intr_schedule()
3809 ? cpu_to_hc32(fotg210, 1 << uframe) in qh_schedule()
3810 : cpu_to_hc32(fotg210, QH_SMASK); in qh_schedule()
[all …]
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dfsl_udc_core.c125 static inline u32 cpu_to_hc32(const u32 x) in cpu_to_hc32() function
143 #define cpu_to_hc32(x) cpu_to_le32(x) macro
508 p_QH->max_pkt_length = cpu_to_hc32(tmp); in struct_ep_qh_setup()
703 qh->next_dtd_ptr = cpu_to_hc32(td->td_dma in fsl_prime_ep()
736 cpu_to_hc32(req->head->td_dma & DTD_ADDR_MASK); in fsl_queue_td()
788 dtd->size_ioc_sts = cpu_to_hc32(swap_temp); in fsl_build_dtd()
792 dtd->buff_ptr0 = cpu_to_hc32(swap_temp); in fsl_build_dtd()
793 dtd->buff_ptr1 = cpu_to_hc32(swap_temp + 0x1000); in fsl_build_dtd()
820 dtd->size_ioc_sts = cpu_to_hc32(swap_temp); in fsl_build_dtd()
847 last_dtd->next_td_ptr = cpu_to_hc32(dma); in fsl_req_to_dtd()
[all …]

Completed in 71 milliseconds