OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
229
else if (Reg->
AccessWidth
)
231
AccessBitWidth = ACPI_ACCESS_BIT_WIDTH (Reg->
AccessWidth
);
293
UINT8
AccessWidth
;
324
/* Validate the
AccessWidth
*/
326
if (Reg->
AccessWidth
> 4)
329
"Unsupported register access width: 0x%X", Reg->
AccessWidth
));
333
/* Validate the BitWidth, convert
AccessWidth
into number of bits */
335
AccessWidth
= AcpiHwGetAccessBitWidth (*Address, Reg, MaxBitWidth);
336
BitWidth = ACPI_ROUND_UP (Reg->BitOffset + Reg->BitWidth,
AccessWidth
);
372
UINT8
AccessWidth
;
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
actbl.h
244
UINT8
AccessWidth
; /* Minimum Access size (ACPI 3.0) */
Completed in 11 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025