Searched refs:TO_U32 (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c92 #define TO_U32(x) ((__force u32)x) macro
97 #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(
[all...]

Completed in 237 milliseconds