Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dcore.c328 if (DWC3_VER_IS_WITHIN(DWC31, 190A, ANY) || DWC3_IP_IS(DWC32)) in dwc3_core_soft_reset()
336 if (DWC3_VER_IS_WITHIN(DWC31, 190A, ANY) || DWC3_IP_IS(DWC32)) in dwc3_core_soft_reset()
351 if (DWC3_VER_IS_WITHIN(DWC31, ANY, 180A)) in dwc3_core_soft_reset()
1016 DWC3_VER_IS_WITHIN(DWC3, 210A, 250A)) in dwc3_core_setup_global_control()
1389 if (DWC3_VER_IS_WITHIN(DWC3, 310A, ANY)) { in dwc3_core_init()
1453 if (DWC3_VER_IS_WITHIN(DWC3, 290A, ANY)) { in dwc3_core_init()
1831 return DWC3_VER_IS_WITHIN(DWC3, 300A, ANY) || in dwc3_has_imod()
1832 DWC3_VER_IS_WITHIN(DWC31, 120A, ANY) || in dwc3_has_imod()
Dhost.c182 if (DWC3_VER_IS_WITHIN(DWC3, ANY, 300A)) in dwc3_host_init()
Dcore.h1573 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ macro
Dgadget.c2586 if (DWC3_VER_IS_WITHIN(DWC3, ANY, 187A)) { in dwc3_gadget_run_stop()
3763 if (DWC3_VER_IS_WITHIN(DWC32, 100A, ANY)) { in dwc3_gadget_endpoint_stream_event()
4147 if (!DWC3_VER_IS_WITHIN(DWC3, ANY, 194A) && in dwc3_gadget_conndone_interrupt()