Lines Matching refs:nbytes
518 int j, nbytes, linebytes; in do_i2c_md() local
576 nbytes = length; in do_i2c_md()
581 linebytes = (nbytes > DISP_LINE_LEN) ? DISP_LINE_LEN : nbytes; in do_i2c_md()
608 nbytes -= linebytes; in do_i2c_md()
609 } while (nbytes > 0); in do_i2c_md()
810 int nbytes; in mod_i2c_mem() local
879 nbytes = cli_readline(" ? "); in mod_i2c_mem()
880 if (nbytes == 0) { in mod_i2c_mem()
887 nbytes = size; in mod_i2c_mem()
892 else if (nbytes == -2) in mod_i2c_mem()
904 nbytes = endp - console_buffer; in mod_i2c_mem()
905 if (nbytes) { in mod_i2c_mem()
927 } while (nbytes); in mod_i2c_mem()