USBi_SLI
if ((intr_sts & USBi_SLI) && port_conn && otg_bsess_vld) {
if (intr_sts & USBi_SLI) {
hw_write(ci, OP_USBSTS, USBi_SLI, USBi_SLI);
hw_write(ci, OP_USBINTR, ~0, intr | USBi_SLI);
if ((USBi_SLI & intr) && !(ci->suspended)) {