Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/nvdimm/test/
Dnfit.c100 NUM_DCR = 5, enumerator
101 NUM_BDW = NUM_DCR,
102 NUM_SPA = NUM_PM + NUM_DCR + NUM_BDW,
103 NUM_MEM = NUM_DCR + NUM_BDW + 2 /* spa0 iset */ + 4 /* spa1 iset */,
124 static u32 handle[NUM_DCR] = {
425 + sizeof(struct acpi_nfit_control_region) * NUM_DCR in nfit_test0_alloc()
427 + sizeof(struct acpi_nfit_flush_address) * NUM_DCR; in nfit_test0_alloc()
447 for (i = 0; i < NUM_DCR; i++) { in nfit_test0_alloc()
462 for (i = 0; i < NUM_DCR; i++) { in nfit_test0_alloc()
1318 nfit_test->num_dcr = NUM_DCR; in nfit_test_init()