Lines Matching defs:Alignment
168 * Alignment - Address alignment value
192 UINT32 Alignment,
219 * Note: for these descriptors, Alignment is allowed to be zero
254 if (!Alignment) /* Alignment==0 means 64K alignment */
256 Alignment = ACPI_UINT16_MAX + 1;
264 /* Alignment of zero is not in ACPI spec, but is used to mean byte acc */
266 if (!Alignment)
268 Alignment = 1;
273 if (Minimum % Alignment)
277 if (Maximum % Alignment)