Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
A 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/include/linux/
A Dpacking.h13 #define QUIRK_LSW32_IS_FIRST BIT(2) macro
/linux/lib/
A Dpacking.c173 if (quirks & QUIRK_LSW32_IS_FIRST) in packing()
/linux/drivers/net/dsa/sja1105/
A 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()

Completed in 7 milliseconds