AST_VHUB_USBSTS
return (readl(d->vhub->regs + AST_VHUB_USBSTS) >> 16) & 0x7ff;
u32 ustat = readl(vhub->regs + AST_VHUB_USBSTS);