Searched refs:PAGES_PER_BLOCK (Results 1 – 4 of 4) sorted by relevance
693 #define PAGES_PER_BLOCK 64 macro694 #define BYTES_PER_BLOCK (BYTES_PER_PAGE * PAGES_PER_BLOCK)718 if (block_pages_left > PAGES_PER_BLOCK) in nand_spl_load_image()719 block_pages_left = PAGES_PER_BLOCK; in nand_spl_load_image()761 page += PAGES_PER_BLOCK; in nand_spl_load_image()
177 pages_per_block = readl(denali_flash_reg + PAGES_PER_BLOCK); in nand_init()
81 #define PAGES_PER_BLOCK 0x150 macro
1308 denali->reg + PAGES_PER_BLOCK); in denali_init()
Completed in 13 milliseconds