Searched refs:QUIRK_LSW32_IS_FIRST (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpacking.h13 #define QUIRK_LSW32_IS_FIRST BIT(2) macro
38 * @quirks: A bit mask of QUIRK_LITTLE_ENDIAN, QUIRK_LSW32_IS_FIRST and
/linux-master/lib/
H A Dpacking.c69 * @quirks: A bit mask of QUIRK_LITTLE_ENDIAN, QUIRK_LSW32_IS_FIRST and
161 if (quirks & QUIRK_LSW32_IS_FIRST)
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c20 PACK, QUIRK_LSW32_IS_FIRST);
42 UNPACK, QUIRK_LSW32_IS_FIRST);
59 int rc = packing(buf, val, start, end, len, op, QUIRK_LSW32_IS_FIRST);

Completed in 933 milliseconds