Home
last modified time | relevance | path

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

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