Searched refs:cum (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
D | ccwdev.h | 25 #define CCW_DEVICE(cu, cum) \ argument 26 .cu_type=(cu), .cu_model=(cum), \ 28 | (cum ? CCW_DEVICE_ID_MATCH_CU_MODEL : 0)) 30 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \ argument 31 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\ 33 | ((cum) ? CCW_DEVICE_ID_MATCH_CU_MODEL : 0) \
|
/linux-4.1.27/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
|