Lines Matching defs:quirks
70 * @startbit: The index (in logical notation, compensated for quirks) where
73 * @endbit: The index (in logical notation, compensated for quirks) where
81 * @quirks: A bit mask of QUIRK_LITTLE_ENDIAN, QUIRK_LSW32_IS_FIRST and
90 enum packing_op op, u8 quirks)
126 * no quirks, u8 by u8 (aligned at u8 boundaries), from high to low
166 * adjusted for quirks. The adjusted box_addr will be used for
171 if (quirks & QUIRK_LITTLE_ENDIAN)
173 if (quirks & QUIRK_LSW32_IS_FIRST)
182 if (quirks & QUIRK_MSB_ON_THE_RIGHT)
198 if (quirks & QUIRK_MSB_ON_THE_RIGHT)