Home
last modified time | relevance | path

Searched refs:hw (Results 1 – 7 of 7) sorted by relevance

/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dwc2_param.h306 hw->snpsid = snpsid; in dwc2_get_hwparams()
309 hw->dev_ep_dirs = hwcfg1; in dwc2_get_hwparams()
312 hw->op_mode = (hwcfg2 & GHWCFG2_OP_MODE_MASK) >> in dwc2_get_hwparams()
325 hw->nperio_tx_q_depth = in dwc2_get_hwparams()
328 hw->host_perio_tx_q_depth = in dwc2_get_hwparams()
331 hw->dev_token_q_depth = in dwc2_get_hwparams()
341 hw->max_packet_count = (1 << (width + 4)) - 1; in dwc2_get_hwparams()
342 hw->i2c_enable = !!(hwcfg3 & GHWCFG3_I2C); in dwc2_get_hwparams()
345 hw->lpm_mode = !!(hwcfg3 & GHWCFG3_OTG_LPM_EN); in dwc2_get_hwparams()
355 hw->hibernation = !!(hwcfg4 & GHWCFG4_HIBER); in dwc2_get_hwparams()
[all …]
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c137 n->hw.hlp = head->hw.hlp; in ehci_qh_add_head()
142 head->hw.hlp = QH_HLP_QH(n); in ehci_qh_add_head()
152 while (EHCI_ADDR2QH(tmp->hw.hlp) && EHCI_ADDR2QH(tmp->hw.hlp) != n) { in ehci_qh_remove()
157 tmp->hw.hlp = n->hw.hlp; in ehci_qh_remove()
276 qh->hw.epchar = epchar; in ehci_qh_fill()
277 qh->hw.epcap = epcap; in ehci_qh_fill()
284 qtd->hw.bpl[0] = bufaddr; in ehci_qtd_bpl_fill()
321 qtd->hw.token = token; in ehci_qtd_fill()
503 qh->hw.overlay.token = 0; in ehci_bulk_urb_init()
599 qh->hw.overlay.token = 0; in ehci_intr_urb_init()
[all …]
A Dusb_hc_ehci.h47 struct ehci_qtd hw; member
58 struct ehci_qh hw; member
70 struct ehci_itd hw; member
/components/utilities/rt-link/src/
A DSConscript10 if os.path.isfile(os.path.join(cwd, 'hw', 'SConscript')):
11 group = group + SConscript(os.path.join('hw', 'SConscript'))
/components/utilities/rt-link/
A DKconfig8 prompt"use hw crc device or not"
22 bool "Enable RT-Link hw debug"
/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.h36 struct ohci_gtd hw; member
49 struct ohci_ed hw; member
A Dusb_hc_ohci.c38 if ((uint32_t)&ed->hw % 32) { in ohci_init()

Completed in 16 milliseconds