NUM_DCR
p->dcr_dma = devm_kcalloc(&p->pdev.dev, NUM_DCR,
p->label_dma = devm_kcalloc(&p->pdev.dev, NUM_DCR,
p->dimm_dma = devm_kcalloc(&p->pdev.dev, NUM_DCR,
NUM_SPA = NUM_PM + NUM_DCR + NUM_BDW,
NUM_MEM = NUM_DCR + NUM_BDW + 2 /* spa0 iset */
for (i = 0; i < NUM_DCR; i++) {
for (i = 0; i < NUM_DCR; i++) {
if (i >= NUM_DCR) {
} dimm_sec_info[NUM_DCR];
+ sizeof(struct acpi_nfit_control_region) * NUM_DCR
window_size) * NUM_DCR
+ struct_size(flush, hint_address, NUM_HINTS) * NUM_DCR
nfit_test->num_dcr = NUM_DCR;
nfit_test->dcr_idx = NUM_DCR;
NUM_BDW = NUM_DCR,