Searched refs:TO_U32 (Results 1 – 1 of 1) sorted by relevance
92 #define TO_U32(x) ((__force u32)x) macro97 #define FROM_DW0_VALID(x) (TO_U32(x) & 0x01)114 #define FROM_DW2_RL(x) ((TO_U32(x) >> 25) & 0xf)116 #define FROM_DW3_NRBYTESTRANSFERRED(x) TO_U32((x) & 0x3fff)117 #define FROM_DW3_SCS_NRBYTESTRANSFERRED(x) TO_U32((x) & 0x07ff)119 #define FROM_DW3_NAKCOUNT(x) ((TO_U32(x) >> 19) & 0xf)121 #define FROM_DW3_CERR(x) ((TO_U32(x) >> 23) & 0x3)123 #define FROM_DW3_DATA_TOGGLE(x) ((TO_U32(x) >> 25) & 0x1)125 #define FROM_DW3_PING(x) ((TO_U32(x) >> 26) & 0x1)130 #define FROM_DW3_ACTIVE(x) ((TO_U32(x) >> 31) & 0x01)[all …]