Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_mlc.c691 #define PAGES_PER_BLOCK 64 macro
692 #define BYTES_PER_BLOCK (BYTES_PER_PAGE * PAGES_PER_BLOCK)
716 if (block_pages_left > PAGES_PER_BLOCK) in nand_spl_load_image()
717 block_pages_left = PAGES_PER_BLOCK; in nand_spl_load_image()
759 page += PAGES_PER_BLOCK; in nand_spl_load_image()
H A Ddenali_spl.c176 pages_per_block = readl(denali_flash_reg + PAGES_PER_BLOCK); in nand_init()
H A Ddenali.h83 #define PAGES_PER_BLOCK 0x150 macro
H A Ddenali.c1314 denali->reg + PAGES_PER_BLOCK); in denali_init()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Ddenali.h84 #define PAGES_PER_BLOCK 0x150 macro
H A Ddenali.c201 denali->reg + PAGES_PER_BLOCK); in denali_select_target()