at24_io_limit     110 drivers/misc/eeprom/at24.c static unsigned int at24_io_limit = 128;
at24_io_limit     111 drivers/misc/eeprom/at24.c module_param_named(io_limit, at24_io_limit, uint, 0);
at24_io_limit     112 drivers/misc/eeprom/at24.c MODULE_PARM_DESC(at24_io_limit, "Maximum bytes per I/O (default 128)");
at24_io_limit     283 drivers/misc/eeprom/at24.c 	if (count > at24_io_limit)
at24_io_limit     284 drivers/misc/eeprom/at24.c 		count = at24_io_limit;
at24_io_limit     672 drivers/misc/eeprom/at24.c 					page_size, at24_io_limit);
at24_io_limit     747 drivers/misc/eeprom/at24.c 	if (!at24_io_limit) {
at24_io_limit     752 drivers/misc/eeprom/at24.c 	at24_io_limit = rounddown_pow_of_two(at24_io_limit);