Home
last modified time | relevance | path

Searched refs:NUM_DCR (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/nvdimm/test/
Dndtest.c25 NUM_DCR = 4, enumerator
846 p->dcr_dma = devm_kcalloc(&p->pdev.dev, NUM_DCR, in ndtest_probe()
848 p->label_dma = devm_kcalloc(&p->pdev.dev, NUM_DCR, in ndtest_probe()
850 p->dimm_dma = devm_kcalloc(&p->pdev.dev, NUM_DCR, in ndtest_probe()
Dnfit.c97 NUM_DCR = 5, enumerator
99 NUM_BDW = NUM_DCR,
100 NUM_SPA = NUM_PM + NUM_DCR + NUM_BDW,
101 NUM_MEM = NUM_DCR + NUM_BDW + 2 /* spa0 iset */
143 } dimm_sec_info[NUM_DCR];
1193 for (i = 0; i < NUM_DCR; i++) { in nvdimm_bus_intel_fw_activate_businfo()
1249 for (i = 0; i < NUM_DCR; i++) { in nvdimm_bus_intel_fw_activate()
1382 if (i >= NUM_DCR) { in nfit_test_ctl()
1884 + sizeof(struct acpi_nfit_control_region) * NUM_DCR in nfit_test0_alloc()
1886 window_size) * NUM_DCR in nfit_test0_alloc()
[all …]