Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/dwc3/
Dcore.c286 if (DWC3_VER_IS_WITHIN(DWC31, 190A, ANY) || DWC3_IP_IS(DWC32)) in dwc3_core_soft_reset()
294 if (DWC3_VER_IS_WITHIN(DWC31, 190A, ANY) || DWC3_IP_IS(DWC32)) in dwc3_core_soft_reset()
308 if (DWC3_VER_IS_WITHIN(DWC31, ANY, 180A)) in dwc3_core_soft_reset()
607 if (!DWC3_VER_IS_WITHIN(DWC3, ANY, 194A)) in dwc3_phy_setup()
697 if (!DWC3_VER_IS_WITHIN(DWC3, ANY, 194A)) in dwc3_phy_setup()
785 DWC3_VER_IS_WITHIN(DWC3, 210A, 250A)) in dwc3_core_setup_global_control()
986 !DWC3_VER_IS_WITHIN(DWC3, ANY, 194A)) { in dwc3_core_init()
1033 if (DWC3_VER_IS_WITHIN(DWC3, 310A, ANY)) { in dwc3_core_init()
1418 return DWC3_VER_IS_WITHIN(DWC3, 300A, ANY) || in dwc3_has_imod()
1419 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.h1476 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ macro
Dgadget.c2374 if (DWC3_VER_IS_WITHIN(DWC3, ANY, 187A)) { in dwc3_gadget_run_stop()
3426 if (DWC3_VER_IS_WITHIN(DWC32, 100A, ANY)) { in dwc3_gadget_endpoint_stream_event()
3772 if (!DWC3_VER_IS_WITHIN(DWC3, ANY, 194A) && in dwc3_gadget_conndone_interrupt()