+ */ + if (readl(regs + RCAR_USB3_DL_CTRL) & RCAR_USB3_DL_CTRL_FW_SUCCESS) + return 0; + attr = soc_device_match(rcar_quirks_match); if (attr) quirks = (uintptr_t)attr->data; From 06fc61d5956fbc8547274d680838e29e3ae6ac30 Mon Sep 17 00:00:00 2001 From: Paul G...