Lines Matching defs:at24_io_limit
107 static unsigned int at24_io_limit = 128;
108 module_param_named(io_limit, at24_io_limit, uint, 0);
109 MODULE_PARM_DESC(at24_io_limit, "Maximum bytes per I/O (default 128)");
323 if (count > at24_io_limit)
324 count = at24_io_limit;
701 page_size, at24_io_limit);
844 if (!at24_io_limit) {
845 pr_err("at24: at24_io_limit must not be 0!\n");
849 at24_io_limit = rounddown_pow_of_two(at24_io_limit);