Searched refs:remaining_bytes (Results 1 – 1 of 1) sorted by relevance
212 UINT remaining_bytes; in _fx_ram_driver() local413 remaining_bytes = total_bytes; in _fx_ram_driver()416 while (remaining_bytes) in _fx_ram_driver()434 if ((offset + remaining_bytes) < bytes_per_block) in _fx_ram_driver()438 bytes_per_write -= (bytes_per_block - (offset + remaining_bytes)); in _fx_ram_driver()474 remaining_bytes -= bytes_per_write; in _fx_ram_driver()