Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
A Dintel-nand-controller.c452 u32 ecc_steps, ecc_bytes, ecc_total, pagesize, pg_per_blk; in ebu_nand_attach_chip() local
502 pg_per_blk = fls((blocksize / writesize) >> 6) / 8; in ebu_nand_attach_chip()
503 if (pg_per_blk > HSNAND_PARA0_PIB_V256) in ebu_nand_attach_chip()
506 ebu_host->nd_para0 = pagesize | pg_per_blk | HSNAND_PARA0_BYP_EN_NP | in ebu_nand_attach_chip()

Completed in 5 milliseconds