Searched refs:hw (Results 1 – 7 of 7) sorted by relevance
306 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 …]
137 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 …]
47 struct ehci_qtd hw; member58 struct ehci_qh hw; member70 struct ehci_itd hw; member
10 if os.path.isfile(os.path.join(cwd, 'hw', 'SConscript')):11 group = group + SConscript(os.path.join('hw', 'SConscript'))
8 prompt"use hw crc device or not"22 bool "Enable RT-Link hw debug"
36 struct ohci_gtd hw; member49 struct ohci_ed hw; member
38 if ((uint32_t)&ed->hw % 32) { in ohci_init()
Completed in 16 milliseconds