Home
last modified time | relevance | path

Searched refs:RegisterRegion (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/wdatwd/
H A Dwdatwd.c140 ACPI_GENERIC_ADDRESS *gas = &wdat->entry.RegisterRegion; in wdatwd_action()
616 &((ACPI_WDAT_ENTRY *)(wdat + 1))->RegisterRegion, in wdatwd_probe()
681 wdat->entry.RegisterRegion.SpaceId in wdatwd_attach()
684 : wdat->entry.RegisterRegion.SpaceId in wdatwd_attach()
688 wdat->entry.RegisterRegion.AccessWidth == 1 in wdatwd_attach()
690 : wdat->entry.RegisterRegion.AccessWidth == 2 in wdatwd_attach()
692 : wdat->entry.RegisterRegion.AccessWidth == 3 in wdatwd_attach()
694 : wdat->entry.RegisterRegion.AccessWidth == 4 in wdatwd_attach()
698 wdat->entry.RegisterRegion.Address, in wdatwd_attach()
699 wdat->entry.RegisterRegion.BitWidth, in wdatwd_attach()
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi_einj.c91 gas = &e->WheaHeader.RegisterRegion; in einj_validate_instruction()
335 &e->WheaHeader.RegisterRegion); in einj_trigger_error()
347 ei.size = e->WheaHeader.RegisterRegion.BitWidth / 8; in einj_trigger_error()
564 &e->WheaHeader.RegisterRegion); in einj_parse_table()
571 *address_gas = e->WheaHeader.RegisterRegion; in einj_parse_table()
582 ei->size = e->WheaHeader.RegisterRegion.BitWidth / 8; in einj_parse_table()
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h1034 EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
1113 EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
H A DAcpi51.h1731 EFI_ACPI_5_1_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
1811 EFI_ACPI_5_1_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
H A DAcpi50.h1710 EFI_ACPI_5_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
1789 EFI_ACPI_5_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
H A DAcpi60.h1918 EFI_ACPI_6_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
1998 EFI_ACPI_6_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
H A DAcpi61.h1950 EFI_ACPI_6_1_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
2031 EFI_ACPI_6_1_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl3.h861 ACPI_GENERIC_ADDRESS RegisterRegion; member
H A Dactbl1.h257 ACPI_GENERIC_ADDRESS RegisterRegion; member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c757 {ACPI_DMT_GAS, ACPI_WDAT0_OFFSET (RegisterRegion), "Register Region", 0},
H A Ddmtbinfo1.c1234 {ACPI_DMT_GAS, ACPI_EINJ0_OFFSET (RegisterRegion), "Register Region", 0},
1533 {ACPI_DMT_GAS, ACPI_ERST0_OFFSET (RegisterRegion), "Register Region", 0},
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c698 acpi_print_gas(&w->RegisterRegion); in acpi_print_einj_entry()
817 acpi_print_gas(&w->RegisterRegion); in acpi_print_erst_entry()