Searched refs:bSWAP (Results 1 – 1 of 1) sorted by relevance
258 #define bSWAP (hostdata->force_le_on_be) macro262 #define bSWAP 0 macro265 #define bSWAP 0 macro276 #define bS_to_cpu(x) (bSWAP ? le32_to_cpu(x) : (x))277 #define bS_to_host(x) (bSWAP ? cpu_to_le32(x) : (x))