TU_SIZE
#define TU_SIZE GENMASK(21, 16)
#define TU_SIZE(x) REG_FIELD_PREP(TU_SIZE_MASK, (x) - 1) /* default size 64 */
#define TU_SIZE 30