]> Git Repo - linux.git/blobdiff - drivers/misc/hpilo.h
mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQ
[linux.git] / drivers / misc / hpilo.h
index 54e43adbdea14b75104b5bdf674b66980eded730..b97672e0cf905cd2656cdc304d8f9b0fa8e96a24 100644 (file)
@@ -14,7 +14,9 @@
 #define ILO_NAME "hpilo"
 
 /* max number of open channel control blocks per device, hw limited to 32 */
-#define MAX_CCB                8
+#define MAX_CCB               24
+/* min number of open channel control blocks per device, hw limited to 32 */
+#define MIN_CCB                8
 /* max number of supported devices */
 #define MAX_ILO_DEV    1
 /* max number of files */
This page took 0.035201 seconds and 4 git commands to generate.