HomeSort by: relevance | last modified time | path
    Searched refs:AccessWidth (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/hardware/
hwregs.c 121 else if (Reg->AccessWidth)
123 AccessBitWidth = ACPI_ACCESS_BIT_WIDTH (Reg->AccessWidth);
185 UINT8 AccessWidth;
216 /* Validate the AccessWidth */
218 if (Reg->AccessWidth > 4)
221 "Unsupported register access width: 0x%X", Reg->AccessWidth));
225 /* Validate the BitWidth, convert AccessWidth into number of bits */
227 AccessWidth = AcpiHwGetAccessBitWidth (*Address, Reg, MaxBitWidth);
228 BitWidth = ACPI_ROUND_UP (Reg->BitOffset + Reg->BitWidth, AccessWidth);
264 UINT8 AccessWidth;
    [all...]
  /src/sys/dev/acpi/
apei_mapreg.c 72 switch (reg->AccessWidth) {
101 if (reg->BitWidth % (8*(1 << (reg->AccessWidth - 1))))
116 1 << (reg->AccessWidth - 1));
137 AcpiOsUnmapMemory(map, 1 << (reg->AccessWidth - 1));
153 unsigned chunkbits = NBBY*(1 << (reg->AccessWidth - 1));
166 switch (reg->AccessWidth) {
181 NBBY*(1 << (reg->AccessWidth - 1)));
188 switch (reg->AccessWidth) {
224 unsigned chunkbits = NBBY*(1 << (reg->AccessWidth - 1));
236 switch (reg->AccessWidth) {
    [all...]
acpi_pcc.c 340 ss_id = reg->AccessWidth;
acpi_verbose.c 448 acpi_fadt_genaddr_table[i].fadt_value.AccessWidth);
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo.c 117 {ACPI_DMT_ACCWIDTH, ACPI_GAS_OFFSET (AccessWidth), "Encoded Access Width", 0},
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 136 UINT8 AccessWidth; /* Minimum Access size (ACPI 3.0) */
  /src/sys/external/bsd/acpica/dist/tables/
tbfadt.c 255 GenericAddress->AccessWidth = 0; /* Access width ANY */

Completed in 21 milliseconds