OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AccessWidth
(Results
1 - 2
of
2
) 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/external/bsd/acpica/dist/include/
actbl.h
136
UINT8
AccessWidth
; /* Minimum Access size (ACPI 3.0) */
Completed in 51 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026