Home
last modified time | relevance | path

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

/drivers/mtd/nand/raw/
A Dlpc32xx_nand_mlc.c693 #define PAGES_PER_BLOCK 64 macro
694 #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()
A Ddenali_spl.c177 pages_per_block = readl(denali_flash_reg + PAGES_PER_BLOCK); in nand_init()
A Ddenali.h81 #define PAGES_PER_BLOCK 0x150 macro
A Ddenali.c1308 denali->reg + PAGES_PER_BLOCK); in denali_init()

Completed in 13 milliseconds