Searched refs:BYTES_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
690 #define BYTES_PER_PAGE 2048 macro692 #define BYTES_PER_BLOCK (BYTES_PER_PAGE * PAGES_PER_BLOCK)698 int pages_left = DIV_ROUND_UP(size, BYTES_PER_PAGE); in nand_spl_load_image()701 int page = offs / BYTES_PER_PAGE; in nand_spl_load_image()740 block_page_dst += BYTES_PER_PAGE; in nand_spl_load_image()