Searched refs:BYTES_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
689 #define BYTES_PER_PAGE 2048 macro691 #define BYTES_PER_BLOCK (BYTES_PER_PAGE * PAGES_PER_BLOCK)697 int pages_left = DIV_ROUND_UP(size, BYTES_PER_PAGE); in nand_spl_load_image()700 int page = offs / BYTES_PER_PAGE; in nand_spl_load_image()739 block_page_dst += BYTES_PER_PAGE; in nand_spl_load_image()