BANK_SIZE
config.size = data->num_banks * BANK_SIZE;
bank = (reg / BANK_SIZE) << 8;
addr = (reg / WORD_SIZE) % (BANK_SIZE / WORD_SIZE);