Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c2371 int cwperpage, bad_block_byte, ret; in qcom_nand_attach_chip() local
2378 cwperpage = mtd->writesize / NANDC_STEP_SIZE; in qcom_nand_attach_chip()
2385 mtd->oobsize - (cwperpage * 4)); in qcom_nand_attach_chip()
2462 cwperpage); in qcom_nand_attach_chip()
2486 bad_block_byte = mtd->writesize - host->cw_size * (cwperpage - 1) + 1; in qcom_nand_attach_chip()
2488 host->cfg0 = (cwperpage - 1) << CW_PER_PAGE in qcom_nand_attach_chip()
2505 host->cfg0_raw = (cwperpage - 1) << CW_PER_PAGE in qcom_nand_attach_chip()
2539 cwperpage); in qcom_nand_attach_chip()