Lines Matching defs:quirks
58 * @startbit: The index (in logical notation, compensated for quirks) where
61 * @endbit: The index (in logical notation, compensated for quirks) where
69 * @quirks: A bit mask of QUIRK_LITTLE_ENDIAN, QUIRK_LSW32_IS_FIRST and
78 enum packing_op op, u8 quirks)
114 * no quirks, u8 by u8 (aligned at u8 boundaries), from high to low
154 * adjusted for quirks. The adjusted box_addr will be used for
159 if (quirks & QUIRK_LITTLE_ENDIAN)
161 if (quirks & QUIRK_LSW32_IS_FIRST)
170 if (quirks & QUIRK_MSB_ON_THE_RIGHT)
186 if (quirks & QUIRK_MSB_ON_THE_RIGHT)