Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
D53c700.h289 #define bSWAP (hostdata->force_le_on_be) macro
292 #define bSWAP 0 macro
295 #define bSWAP 0 macro
299 #define bS_to_cpu(x) (bSWAP ? le32_to_cpu(x) : (x))
300 #define bS_to_host(x) (bSWAP ? cpu_to_le32(x) : (x))