MCG_BANKCNT_MASK
b = cap & MCG_BANKCNT_MASK;
n_banks = cap & MCG_BANKCNT_MASK;
*banks = min_t(unsigned, MAX_NR_BANKS, cap & MCG_BANKCNT_MASK);