Lines Matching refs:at24_io_limit
111 static unsigned int at24_io_limit = 128;
112 module_param_named(io_limit, at24_io_limit, uint, 0);
113 MODULE_PARM_DESC(at24_io_limit, "Maximum bytes per I/O (default 128)");
317 if (count > at24_io_limit)
318 count = at24_io_limit;
704 page_size, at24_io_limit);
840 if (!at24_io_limit) {
841 pr_err("at24: at24_io_limit must not be 0!\n");
845 at24_io_limit = rounddown_pow_of_two(at24_io_limit);