Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_mlc.c690 #define PAGES_PER_BLOCK 64 macro
691 #define BYTES_PER_BLOCK (BYTES_PER_PAGE * PAGES_PER_BLOCK)
715 if (block_pages_left > PAGES_PER_BLOCK) in nand_spl_load_image()
716 block_pages_left = PAGES_PER_BLOCK; in nand_spl_load_image()
758 page += PAGES_PER_BLOCK; in nand_spl_load_image()
H A Ddenali_spl.c175 pages_per_block = readl(denali_flash_reg + PAGES_PER_BLOCK); in nand_init()
H A Ddenali.h81 #define PAGES_PER_BLOCK 0x150 macro
H A Ddenali.c1313 denali->reg + PAGES_PER_BLOCK); in denali_init()
/openbmc/linux/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()