Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Drsmemory.c131 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.fixed_memory32.write_protect),
132 AML_OFFSET(fixed_memory32.flags),
139 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.fixed_memory32.address),
140 AML_OFFSET(fixed_memory32.address),
Drsdumpinfo.c174 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(fixed_memory32.write_protect),
176 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(fixed_memory32.address), "Address",
178 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(fixed_memory32.address_length),
Damlresrc.h438 struct aml_resource_fixed_memory32 fixed_memory32; member
/linux-4.1.27/drivers/pnp/pnpacpi/
Drsparser.c513 &res->data.fixed_memory32); in pnpacpi_option_resource()
851 struct acpi_resource_fixed_memory32 *fixed_memory32 = &resource->data.fixed_memory32; in pnpacpi_encode_fixed_mem32() local
854 fixed_memory32->write_protect = in pnpacpi_encode_fixed_mem32()
857 fixed_memory32->address = p->start; in pnpacpi_encode_fixed_mem32()
858 fixed_memory32->address_length = resource_size(p); in pnpacpi_encode_fixed_mem32()
860 fixed_memory32->address = 0; in pnpacpi_encode_fixed_mem32()
861 fixed_memory32->address_length = 0; in pnpacpi_encode_fixed_mem32()
865 fixed_memory32->address, in pnpacpi_encode_fixed_mem32()
866 fixed_memory32->address + fixed_memory32->address_length - 1, in pnpacpi_encode_fixed_mem32()
867 fixed_memory32->write_protect); in pnpacpi_encode_fixed_mem32()
/linux-4.1.27/drivers/acpi/
Dresource.c95 struct acpi_resource_fixed_memory32 *fixed_memory32; in acpi_dev_resource_memory() local
111 fixed_memory32 = &ares->data.fixed_memory32; in acpi_dev_resource_memory()
112 acpi_dev_get_memresource(res, fixed_memory32->address, in acpi_dev_resource_memory()
113 fixed_memory32->address_length, in acpi_dev_resource_memory()
114 fixed_memory32->write_protect); in acpi_dev_resource_memory()
/linux-4.1.27/include/acpi/
Dacrestyp.h574 struct acpi_resource_fixed_memory32 fixed_memory32; member
/linux-4.1.27/arch/x86/pci/
Dmmconfig-shared.c384 &res->data.fixed_memory32; in check_mcfg_resource()
/linux-4.1.27/drivers/char/
Dhpet.c989 fixmem32 = &res->data.fixed_memory32; in hpet_resources()