bSWAP 277 drivers/scsi/53c700.h #define bS_to_cpu(x) (bSWAP ? le32_to_cpu(x) : (x)) bSWAP 278 drivers/scsi/53c700.h #define bS_to_host(x) (bSWAP ? cpu_to_le32(x) : (x))