Home
last modified time | relevance | path

Searched refs:DWC3_VER_IS_WITHIN (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/usb/dwc3/
Dcore.c273 if (DWC3_VER_IS_WITHIN(DWC31, 190A, ANY) || DWC3_IP_IS(DWC32)) in dwc3_core_soft_reset()
281 if (DWC3_VER_IS_WITHIN(DWC31, 190A, ANY) || DWC3_IP_IS(DWC32)) in dwc3_core_soft_reset()
298 if (DWC3_VER_IS_WITHIN(DWC31, ANY, 180A)) in dwc3_core_soft_reset()
594 if (!DWC3_VER_IS_WITHIN(DWC3, ANY, 194A)) in dwc3_phy_setup()
684 if (!DWC3_VER_IS_WITHIN(DWC3, ANY, 194A)) in dwc3_phy_setup()
772 DWC3_VER_IS_WITHIN(DWC3, 210A, 250A)) in dwc3_core_setup_global_control()
961 !DWC3_VER_IS_WITHIN(DWC3, ANY, 194A)) { in dwc3_core_init()
1008 if (DWC3_VER_IS_WITHIN(DWC3, 310A, ANY)) { in dwc3_core_init()
1378 return DWC3_VER_IS_WITHIN(DWC3, 300A, ANY) || in dwc3_has_imod()
1379 DWC3_VER_IS_WITHIN(DWC31, 120A, ANY) || in dwc3_has_imod()
Dhost.c107 if (DWC3_VER_IS_WITHIN(DWC3, ANY, 300A)) in dwc3_host_init()
Dcore.h1434 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ macro
Dgadget.c2049 if (DWC3_VER_IS_WITHIN(DWC3, ANY, 187A)) { in dwc3_gadget_run_stop()
3043 if (DWC3_VER_IS_WITHIN(DWC32, 100A, ANY)) { in dwc3_gadget_endpoint_stream_event()
3370 if (!DWC3_VER_IS_WITHIN(DWC3, ANY, 194A) && in dwc3_gadget_conndone_interrupt()