PHY_HS2LP_TIME
#define PHY_HS2LP_TIME(lbcc) (((lbcc) & 0xff) << 24)
#define PHY_HS2LP_TIME(x) FIELD_PREP(GENMASK(28, 0), x)