Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dimm.h93 #define IMM_EPP_32 5 /* EPP mode, 32 bit */ macro
104 [IMM_EPP_32] = "EPP 16 bit",
106 [IMM_EPP_32] = "EPP 32 bit",
116 #define IN_EPP_MODE(x) (x == IMM_EPP_8 || x == IMM_EPP_16 || x == IMM_EPP_32)
H A Dimm.c364 case IMM_EPP_32: in imm_out()
424 case IMM_EPP_32: in imm_in()
531 (dev->mode == IMM_EPP_32)) in imm_connect()
1016 dev->mode = IMM_EPP_32; in device_check()
1041 if (dev->mode == IMM_EPP_32) { in device_check()
1066 if (dev->mode == IMM_EPP_32) { in device_check()