Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A 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),
H A 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),
H A Damlresrc.h534 struct aml_resource_fixed_memory32 fixed_memory32; member
/linux/drivers/pnp/pnpacpi/
H A 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 in pnpacpi_encode_fixed_mem32()
[all...]
/linux/drivers/acpi/
H A 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/include/acpi/
H A Dacrestyp.h651 struct acpi_resource_fixed_memory32 fixed_memory32; member
/linux/drivers/platform/chrome/
H A Dcros_ec_lpc.c503 ec_lpc->mem32 = res->data.fixed_memory32; in cros_ec_lpc_resources()
/linux/drivers/char/
H A Dhpet.c939 fixmem32 = &res->data.fixed_memory32; in hpet_resources()