Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dqcom_nandc.c76 #define CW_PER_PAGE 6 macro
696 cfg0 = (host->cfg0 & ~(7U << CW_PER_PAGE)) | in update_rw_regs()
697 (num_cw - 1) << CW_PER_PAGE; in update_rw_regs()
702 cfg0 = (host->cfg0_raw & ~(7U << CW_PER_PAGE)) | in update_rw_regs()
703 (num_cw - 1) << CW_PER_PAGE; in update_rw_regs()
1169 nandc_set_reg(nandc, NAND_DEV0_CFG0, 0 << CW_PER_PAGE in nandc_param()
1224 host->cfg0_raw & ~(7 << CW_PER_PAGE)); in erase_block()
2575 host->cfg0 = (cwperpage - 1) << CW_PER_PAGE in qcom_nand_attach_chip()
2592 host->cfg0_raw = (cwperpage - 1) << CW_PER_PAGE in qcom_nand_attach_chip()