Home
last modified time | relevance | path

Searched refs:PAGES_PER_BLOCK (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/mtd/nand/
Dlpc32xx_nand_mlc.c686 #define PAGES_PER_BLOCK 64 macro
687 #define BYTES_PER_BLOCK (BYTES_PER_PAGE * PAGES_PER_BLOCK)
711 if (block_pages_left > PAGES_PER_BLOCK) in nand_spl_load_image()
712 block_pages_left = PAGES_PER_BLOCK; in nand_spl_load_image()
754 page += PAGES_PER_BLOCK; in nand_spl_load_image()
Ddenali_spl.c175 pages_per_block = readl(denali_flash_reg + PAGES_PER_BLOCK); in nand_init()
Ddenali.h81 #define PAGES_PER_BLOCK 0x150 macro
Ddenali.c1304 denali->reg + PAGES_PER_BLOCK); in denali_init()