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.c894 hw_write(ci, OP_USBSTS, USBi_SLI, USBi_SLI); in isr_reset_handler()
896 hw_write(ci, OP_USBINTR, ~0, intr | USBi_SLI); in isr_reset_handler()
2074 if ((USBi_SLI & intr) && !(ci->suspended)) { in udc_irq()