Home
last modified time | relevance | path

Searched refs:AccessWidth (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/acpica/hardware/
H A Dhwregs.c229 else if (Reg->AccessWidth) in AcpiHwGetAccessBitWidth()
293 UINT8 AccessWidth; in AcpiHwValidateRegister() local
326 if (Reg->AccessWidth > 4) in AcpiHwValidateRegister()
372 UINT8 AccessWidth; in AcpiHwRead() local
408 if (BitOffset >= AccessWidth) in AcpiHwRead()
411 BitOffset -= AccessWidth; in AcpiHwRead()
437 BitWidth -= BitWidth > AccessWidth ? AccessWidth : BitWidth; in AcpiHwRead()
470 UINT8 AccessWidth; in AcpiHwWrite() local
509 if (BitOffset >= AccessWidth) in AcpiHwWrite()
511 BitOffset -= AccessWidth; in AcpiHwWrite()
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl.h243 UINT8 AccessWidth; /* Minimum Access size (ACPI 3.0) */ member
H A Dactbl2.h1808 UINT16 AccessWidth; member
/illumos-gate/usr/src/cmd/bhyve/
H A Dbasl.c145 gas->AccessWidth = access_width; in basl_fill_gas()
597 .AccessWidth = access_width,
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmtbinfo.c225 {ACPI_DMT_ACCWIDTH, ACPI_GAS_OFFSET (AccessWidth), "Encoded Access Width", 0},
H A Ddmtbinfo2.c1299 {ACPI_DMT_UINT16, ACPI_PMTT1_OFFSET (AccessWidth), "Access Width", 0},
/illumos-gate/usr/src/common/acpica/tables/
H A Dtbfadt.c363 GenericAddress->AccessWidth = 0; /* Access width ANY */ in AcpiTbInitGenericAddress()