Searched refs:fixed_memory32 (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/acpi/acpica/ |
H A D | rsmemory.c | 95 {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 D | rsdumpinfo.c | 138 {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 D | amlresrc.h | 538 struct aml_resource_fixed_memory32 fixed_memory32; member
|
/linux/drivers/pnp/pnpacpi/ |
H A D | rsparser.c | 520 &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/drivers/acpi/ |
H A D | resource.c | 110 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/drivers/platform/x86/amd/pmf/ |
H A D | acpi.c | 446 dev->policy_addr = res->data.fixed_memory32.address; in apmf_walk_resources() 447 dev->policy_sz = res->data.fixed_memory32.address_length; in apmf_walk_resources()
|
/linux/include/acpi/ |
H A D | acrestyp.h | 651 struct acpi_resource_fixed_memory32 fixed_memory32; member
|
/linux/arch/x86/pci/ |
H A D | mmconfig-shared.c | 386 &res->data.fixed_memory32; in check_mcfg_resource()
|
/linux/drivers/char/ |
H A D | hpet.c | 938 fixmem32 = &res->data.fixed_memory32; in hpet_resources()
|