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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dimm.h92 #define IMM_EPP_32 5 /* EPP mode, 32 bit */ macro
103 [IMM_EPP_32] = "EPP 16 bit",
105 [IMM_EPP_32] = "EPP 32 bit",
115 #define IN_EPP_MODE(x) (x == IMM_EPP_8 || x == IMM_EPP_16 || x == IMM_EPP_32)
H A Dimm.c380 case IMM_EPP_32:
440 case IMM_EPP_32:
537 (dev->mode == IMM_EPP_32))
1023 dev->mode = IMM_EPP_32;
1048 if (dev->mode == IMM_EPP_32) {
1073 if (dev->mode == IMM_EPP_32) {

Completed in 116 milliseconds