Searched defs:cpu_to_scr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h141 #define cpu_to_scr(dw) cpu_to_le32(dw) macro
/linux-4.1.27/drivers/scsi/
H A Dncr53c8xx.h359 #define cpu_to_scr(dw) cpu_to_le32(dw) macro
364 #define cpu_to_scr(dw) cpu_to_be32(dw) macro
369 #define cpu_to_scr(dw) (dw) macro

Completed in 115 milliseconds