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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2o-dev.h24 #define MAX_I2O_CONTROLLERS 32 macro
33 #define I2OGETIOPS _IOR(I2O_MAGIC_NUMBER,0,__u8[MAX_I2O_CONTROLLERS])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Di2o_config.c73 u8 tmp[MAX_I2O_CONTROLLERS];
76 memset(tmp, 0, MAX_I2O_CONTROLLERS);
81 if (copy_to_user(user_iop_table, tmp, MAX_I2O_CONTROLLERS))

Completed in 104 milliseconds