Lines Matching defs:write_length
449 int write_length;
455 write_length = EPROM_PAGE_SIZE -
458 if (write_length > length)
459 write_length = length;
462 __func__, start_address, write_length);
463 usb_serial_debug_data(dev, __func__, write_length, buffer);
474 buffer, write_length, TI_VSEND_TIMEOUT_DEFAULT);
480 length -= write_length;
481 start_address += write_length;
482 buffer += write_length;
490 write_length = EPROM_PAGE_SIZE;
492 write_length = length;
495 __func__, start_address, write_length);
496 usb_serial_debug_data(dev, __func__, write_length, buffer);
507 write_length, TI_VSEND_TIMEOUT_DEFAULT);
513 length -= write_length;
514 start_address += write_length;
515 buffer += write_length;