Home
last modified time | relevance | path

Searched refs:USBi_SLI (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/usb/chipidea/
Dbits.h50 #define USBi_SLI BIT(8) macro
Dotg_fsm.c661 if ((intr_sts & USBi_SLI) && port_conn && otg_bsess_vld) { in ci_otg_fsm_event()
677 if (intr_sts & USBi_SLI) { in ci_otg_fsm_event()
Dudc.c89 USBi_UI|USBi_UEI|USBi_PCI|USBi_URI|USBi_SLI); in hw_device_state()
2038 if ((USBi_SLI & intr) && !(ci->suspended)) { in udc_irq()