BAR_FIXED
if (epc_features->bar[BAR_0].type == BAR_FIXED) {
.bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = SZ_256, },
.bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
.bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
.bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
case BAR_FIXED:
.bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256 },
.bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
.bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = 128,
.bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = 256,
.bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256,
if (epc_features->bar[bar].type == BAR_FIXED)
if (epc_features->bar[bar].type == BAR_FIXED &&
if (epc_features->bar[bar].type == BAR_FIXED && bar_fixed_size) {