FUSB_REG_STATUS0_VBUSOK
vbus_present = !!(status0 & FUSB_REG_STATUS0_VBUSOK);
chip->vbus_present = !!(data & FUSB_REG_STATUS0_VBUSOK);