Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
D53c700.h260 #define bSWAP (hostdata->force_le_on_be) macro
264 #define bSWAP 0 macro
267 #define bSWAP 0 macro
278 #define bS_to_cpu(x) (bSWAP ? le32_to_cpu(x) : (x))
279 #define bS_to_host(x) (bSWAP ? cpu_to_le32(x) : (x))