Home
last modified time | relevance | path

Searched refs:QUIRK_MSB_ON_THE_RIGHT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dpacking.rst67 2. If QUIRK_MSB_ON_THE_RIGHT is set, we do it like this:
76 That is, QUIRK_MSB_ON_THE_RIGHT does not affect byte positioning, but
93 4. If QUIRK_MSB_ON_THE_RIGHT and QUIRK_LITTLE_ENDIAN are both set, we do it
118 6. If QUIRK_LSW32_IS_FIRST and QUIRK_MSB_ON_THE_RIGHT are set, we do it like
140 8. If QUIRK_LSW32_IS_FIRST, QUIRK_LITTLE_ENDIAN and QUIRK_MSB_ON_THE_RIGHT
/OK3568_Linux_fs/kernel/lib/
H A Dpacking.c182 if (quirks & QUIRK_MSB_ON_THE_RIGHT) in packing()
198 if (quirks & QUIRK_MSB_ON_THE_RIGHT) in packing()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpacking.h11 #define QUIRK_MSB_ON_THE_RIGHT BIT(0) macro