PHY_LP2HS_TIME
#define PHY_LP2HS_TIME(lbcc) (((lbcc) & 0xff) << 16)
#define PHY_LP2HS_TIME(x) FIELD_PREP(GENMASK(28, 0), x)