Home
last modified time | relevance | path

Searched refs:QUIRK_LSW32_IS_FIRST (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/core-api/
Dpacking.rst104 5. If just QUIRK_LSW32_IS_FIRST is set, we do it like this:
118 6. If QUIRK_LSW32_IS_FIRST and QUIRK_MSB_ON_THE_RIGHT are set, we do it like
129 7. If QUIRK_LSW32_IS_FIRST and QUIRK_LITTLE_ENDIAN are set, it looks like
140 8. If QUIRK_LSW32_IS_FIRST, QUIRK_LITTLE_ENDIAN and QUIRK_MSB_ON_THE_RIGHT
/Linux-v5.4/include/linux/
Dpacking.h13 #define QUIRK_LSW32_IS_FIRST BIT(2) macro
/Linux-v5.4/lib/
Dpacking.c172 if (quirks & QUIRK_LSW32_IS_FIRST) in packing()
/Linux-v5.4/drivers/net/dsa/sja1105/
Dsja1105_static_config.c20 PACK, QUIRK_LSW32_IS_FIRST); in sja1105_pack()
42 UNPACK, QUIRK_LSW32_IS_FIRST); in sja1105_unpack()
59 int rc = packing(buf, val, start, end, len, op, QUIRK_LSW32_IS_FIRST); in sja1105_packing()