Searched refs:page_boundary (Results 1 – 2 of 2) sorted by relevance
133 off_t page_boundary = info->start_offset; in test_flash_write_across_page_boundary() local136 off_t cross_write_start_offset = page_boundary - (off_t)write_block_size; in test_flash_write_across_page_boundary()140 (size_t)page_boundary, in test_flash_write_across_page_boundary()
133 off_t page_boundary; in eeprom_at2x_limit_write_count() local141 page_boundary = ROUND_UP(offset + 1, config->pagesize); in eeprom_at2x_limit_write_count()142 if (offset + count > page_boundary) { in eeprom_at2x_limit_write_count()143 count = page_boundary - offset; in eeprom_at2x_limit_write_count()