Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/chipidea/
Dbits.h50 #define USBi_SLI BIT(8) macro
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()
Dudc.c895 hw_write(ci, OP_USBSTS, USBi_SLI, USBi_SLI); in isr_reset_handler()
897 hw_write(ci, OP_USBINTR, ~0, intr | USBi_SLI); in isr_reset_handler()
2069 if ((USBi_SLI & intr) && !(ci->suspended)) { in udc_irq()