Home
last modified time | relevance | path

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

/src/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 …]
/src/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
/src/sys/contrib/dev/acpica/include/
H A Dactbl3.h861 ACPI_GENERIC_ADDRESS RegisterRegion; member
H A Dactbl1.h256 ACPI_GENERIC_ADDRESS RegisterRegion; member
/src/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c757 {ACPI_DMT_GAS, ACPI_WDAT0_OFFSET (RegisterRegion), "Register Region", 0},
H A Ddmtbinfo1.c1196 {ACPI_DMT_GAS, ACPI_EINJ0_OFFSET (RegisterRegion), "Register Region", 0},
1495 {ACPI_DMT_GAS, ACPI_ERST0_OFFSET (RegisterRegion), "Register Region", 0},
/src/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()