Searched refs:cum (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/s390/include/asm/ |
D | ccwdev.h | 24 #define CCW_DEVICE(cu, cum) \ argument 25 .cu_type=(cu), .cu_model=(cum), \ 27 | (cum ? CCW_DEVICE_ID_MATCH_CU_MODEL : 0)) 29 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \ argument 30 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\ 32 | ((cum) ? CCW_DEVICE_ID_MATCH_CU_MODEL : 0) \
|
/linux-3.4.99/Documentation/serial/ |
D | moxa-smartio | 181 Under Kernel 2.6 the cum Device is Obsolete. So use ttyM* 396 by vi. Locate each line contains "ttyM" and "cum" and change them
|