Searched refs:current_page_end (Results 1 – 1 of 1) sorted by relevance
348 off_t current_page_end = current_page_start + cfg->page_size; in spi_flash_at45_write() local350 if (chunk_len > (current_page_end - offset)) { in spi_flash_at45_write()351 chunk_len = (current_page_end - offset); in spi_flash_at45_write()