Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/acpi/acpica/
Drsmemory.c95 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.fixed_memory32.write_protect),
96 AML_OFFSET(fixed_memory32.flags),
103 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.fixed_memory32.address),
104 AML_OFFSET(fixed_memory32.address),
Drsdumpinfo.c138 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(fixed_memory32.write_protect),
140 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(fixed_memory32.address), "Address",
142 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(fixed_memory32.address_length),
Damlresrc.h538 struct aml_resource_fixed_memory32 fixed_memory32; member
/linux-6.6.21/drivers/pnp/pnpacpi/
Drsparser.c520 &res->data.fixed_memory32); in pnpacpi_option_resource()
858 struct acpi_resource_fixed_memory32 *fixed_memory32 = &resource->data.fixed_memory32; in pnpacpi_encode_fixed_mem32() local
861 fixed_memory32->write_protect = in pnpacpi_encode_fixed_mem32()
864 fixed_memory32->address = p->start; in pnpacpi_encode_fixed_mem32()
865 fixed_memory32->address_length = resource_size(p); in pnpacpi_encode_fixed_mem32()
867 fixed_memory32->address = 0; in pnpacpi_encode_fixed_mem32()
868 fixed_memory32->address_length = 0; in pnpacpi_encode_fixed_mem32()
872 fixed_memory32->address, in pnpacpi_encode_fixed_mem32()
873 fixed_memory32->address + fixed_memory32->address_length - 1, in pnpacpi_encode_fixed_mem32()
874 fixed_memory32->write_protect); in pnpacpi_encode_fixed_mem32()
/linux-6.6.21/drivers/acpi/
Dresource.c110 struct acpi_resource_fixed_memory32 *fixed_memory32; in acpi_dev_resource_memory() local
126 fixed_memory32 = &ares->data.fixed_memory32; in acpi_dev_resource_memory()
127 acpi_dev_get_memresource(res, fixed_memory32->address, in acpi_dev_resource_memory()
128 fixed_memory32->address_length, in acpi_dev_resource_memory()
129 fixed_memory32->write_protect); in acpi_dev_resource_memory()
/linux-6.6.21/include/acpi/
Dacrestyp.h651 struct acpi_resource_fixed_memory32 fixed_memory32; member
/linux-6.6.21/arch/x86/pci/
Dmmconfig-shared.c387 &res->data.fixed_memory32; in check_mcfg_resource()
/linux-6.6.21/drivers/char/
Dhpet.c947 fixmem32 = &res->data.fixed_memory32; in hpet_resources()