Home
last modified time | relevance | path

Searched refs:epcap (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c198 uint32_t epcap = 0; in ehci_qh_fill() local
246 epcap |= QH_EPCAPS_MULT(EHCI_TUNE_MULT_TT); in ehci_qh_fill()
248 epcap |= QH_EPCAPS_HUBADDR(hubaddr); in ehci_qh_fill()
249 epcap |= QH_EPCAPS_PORT(hubport); in ehci_qh_fill()
252 epcap |= QH_EPCAPS_SSMASK(2); in ehci_qh_fill()
253 epcap |= QH_EPCAPS_SCMASK(0x78); in ehci_qh_fill()
262 epcap |= QH_EPCAPS_MULT(EHCI_TUNE_MULT_HS); in ehci_qh_fill()
264 epcap |= QH_EPCAPS_MULT(EHCI_TUNE_MULT_HS); in ehci_qh_fill()
267 epcap |= QH_EPCAPS_MULT(ep_mult); in ehci_qh_fill()
268 epcap |= ehci_caculate_smask(ep_interval); in ehci_qh_fill()
[all …]
A Dusb_ehci_reg.h361 uint32_t epcap; /* 0x08-0x0b: Endpoint Capabilities */ member

Completed in 12 milliseconds