Searched refs:nwrite (Results 1 – 1 of 1) sorted by relevance
747 u8 status, nwrite = 128; in __c2port_write_flash_data() local750 if (nwrite > count) in __c2port_write_flash_data()751 nwrite = count; in __c2port_write_flash_data()752 if (ops->block_size * ops->blocks_num - offset < nwrite) in __c2port_write_flash_data()753 nwrite = ops->block_size * ops->blocks_num - offset; in __c2port_write_flash_data()798 c2port_write_dr(dev, nwrite); in __c2port_write_flash_data()818 for (i = 0; i < nwrite; i++) { in __c2port_write_flash_data()834 return nwrite; in __c2port_write_flash_data()