Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h1028 EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
1107 EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
H A DAcpi51.h1715 EFI_ACPI_5_1_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
1794 EFI_ACPI_5_1_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
H A DAcpi50.h1699 EFI_ACPI_5_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
1778 EFI_ACPI_5_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
H A DAcpi60.h1902 EFI_ACPI_6_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
1981 EFI_ACPI_6_0_GENERIC_ADDRESS_STRUCTURE RegisterRegion; member
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactbl3.h834 ACPI_GENERIC_ADDRESS RegisterRegion; member
H A Dactbl1.h255 ACPI_GENERIC_ADDRESS RegisterRegion; member
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbinfo1.c1013 {ACPI_DMT_GAS, ACPI_EINJ0_OFFSET (RegisterRegion), "Register Region", 0},
1042 {ACPI_DMT_GAS, ACPI_ERST0_OFFSET (RegisterRegion), "Register Region", 0},
H A Ddmtbinfo3.c715 {ACPI_DMT_GAS, ACPI_WDAT0_OFFSET (RegisterRegion), "Register Region", 0},
/freebsd-14.2/usr.sbin/acpi/acpidump/
H A Dacpi.c634 acpi_print_gas(&w->RegisterRegion); in acpi_print_whea()