dpa              2408 drivers/acpi/nfit/core.c 		resource_size_t dpa, unsigned int len, unsigned int write)
dpa              2420 drivers/acpi/nfit/core.c 	cmd = (dpa >> L1_CACHE_SHIFT) & BCW_OFFSET_MASK;
dpa              2437 drivers/acpi/nfit/core.c 		resource_size_t dpa, void *iobuf, size_t len, int rw,
dpa              2445 drivers/acpi/nfit/core.c 	base_offset = nfit_blk->bdw_offset + dpa % L1_CACHE_BYTES
dpa              2447 drivers/acpi/nfit/core.c 	write_blk_ctl(nfit_blk, lane, dpa, len, rw);
dpa              2486 drivers/acpi/nfit/core.c 		resource_size_t dpa, void *iobuf, u64 len, int rw)
dpa              2498 drivers/acpi/nfit/core.c 		rc = acpi_nfit_blk_single_io(nfit_blk, dpa + copied,
dpa               244 drivers/acpi/nfit/nfit.h 	int (*blk_do_io)(struct nd_blk_region *ndbr, resource_size_t dpa,
dpa                47 drivers/nvdimm/dimm.c 	ndd->dpa.name = dev_name(dev);
dpa                50 drivers/nvdimm/dimm.c 	ndd->dpa.start = 0;
dpa                51 drivers/nvdimm/dimm.c 	ndd->dpa.end = -1;
dpa               768 drivers/nvdimm/dimm_devs.c 	__release_region(&ndd->dpa, res->start, resource_size(res));
dpa               782 drivers/nvdimm/dimm_devs.c 	res = __request_region(&ndd->dpa, start, n, name, 0);
dpa               403 drivers/nvdimm/label.c 				__le64_to_cpu(nd_label->dpa),
dpa               553 drivers/nvdimm/label.c 			u64 dpa = __le64_to_cpu(nd_label->dpa);
dpa               557 drivers/nvdimm/label.c 					slot, label_slot, dpa, size);
dpa               808 drivers/nvdimm/label.c 	nd_label->dpa = __cpu_to_le64(res->start);
dpa               882 drivers/nvdimm/label.c 		if (res->start != __le64_to_cpu(nd_label->dpa))
dpa              1034 drivers/nvdimm/label.c 		nd_label->dpa = __cpu_to_le64(res->start);
dpa                90 drivers/nvdimm/label.h 	__le64 dpa;
dpa               761 drivers/nvdimm/namespace_devs.c 	if ((is_pmem || !ndd->dpa.child) && n == to_allocate)
dpa              1883 drivers/nvdimm/namespace_devs.c 		pmem_start = __le64_to_cpu(nd_label->dpa);
dpa              2199 drivers/nvdimm/namespace_devs.c 					__le64_to_cpu(nd_label->dpa));
dpa              2266 drivers/nvdimm/namespace_devs.c 			__le64_to_cpu(nd_label->dpa));
dpa              2325 drivers/nvdimm/namespace_devs.c 		if (__le64_to_cpu(nd_label->dpa) < nd_mapping->start ||
dpa              2326 drivers/nvdimm/namespace_devs.c 		    __le64_to_cpu(nd_label->dpa) > map_end)
dpa                34 drivers/nvdimm/nd.h 	struct resource dpa;
dpa                97 drivers/nvdimm/nd.h 	for (res = (ndd)->dpa.child; res; res = res->sibling)
dpa               100 drivers/nvdimm/nd.h 	for (res = (ndd)->dpa.child, next = res ? res->sibling : NULL; \
dpa               164 drivers/nvdimm/nd.h 	int (*do_io)(struct nd_blk_region *ndbr, resource_size_t dpa,
dpa              2902 drivers/scsi/qla2xxx/qla_def.h 		} dpa;
dpa               179 drivers/video/fbdev/via/vt1636.c 	struct VT1636_DPA_SETTING dpa = {0x00, 0x00}, dpa_16x12 = {0x0B, 0x03},
dpa               195 drivers/video/fbdev/via/vt1636.c 		pdpa = &dpa;
dpa               204 drivers/video/fbdev/via/vt1636.c 	struct VT1636_DPA_SETTING dpa = {0x00, 0x00};
dpa               215 drivers/video/fbdev/via/vt1636.c 	set_dpa_vt1636(plvds_setting_info, plvds_chip_info, &dpa);
dpa               151 include/linux/libnvdimm.h 	int (*do_io)(struct nd_blk_region *ndbr, resource_size_t dpa,
dpa               671 tools/testing/nvdimm/test/nfit.c 	u64 dpa;
dpa               681 tools/testing/nvdimm/test/nfit.c 	dpa = ctx.addr - nd_region->ndr_start;
dpa               691 tools/testing/nvdimm/test/nfit.c 	spa->devices[0].dpa = dpa;
dpa              2644 tools/testing/nvdimm/test/nfit.c static int nfit_test_blk_do_io(struct nd_blk_region *ndbr, resource_size_t dpa,
dpa              2654 tools/testing/nvdimm/test/nfit.c 		memcpy(mmio->addr.base + dpa, iobuf, len);
dpa              2656 tools/testing/nvdimm/test/nfit.c 		memcpy(iobuf, mmio->addr.base + dpa, len);
dpa              2659 tools/testing/nvdimm/test/nfit.c 		arch_invalidate_pmem(mmio->addr.base + dpa, len);
dpa                53 tools/testing/nvdimm/test/nfit_test.h 		__u64 dpa;