Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dpacking.rst106 5. 如果只设置了QUIRK_LSW32_IS_FIRST,我们这样做:
118 6. 如果设置了QUIRK_LSW32_IS_FIRST和QUIRK_MSB_ON_THE_RIGHT,我们这样做:
128 7. 如果设置了QUIRK_LSW32_IS_FIRST和QUIRK_LITTLE_ENDIAN,则如下所示:
138 8. 如果设置了QUIRK_LSW32_IS_FIRST,QUIRK_LITTLE_ENDIAN和QUIRK_MSB_ON_THE_RIGHT,
/openbmc/linux/Documentation/core-api/
H 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
/openbmc/linux/include/linux/
H A Dpacking.h13 #define QUIRK_LSW32_IS_FIRST BIT(2) macro
/openbmc/linux/lib/
H A Dpacking.c161 if (quirks & QUIRK_LSW32_IS_FIRST) in packing()
/openbmc/linux/drivers/net/dsa/sja1105/
H 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()