Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c81 #define CW_PER_PAGE 6 macro
827 cfg0 = (host->cfg0 & ~(7U << CW_PER_PAGE)) | in update_rw_regs()
828 (num_cw - 1) << CW_PER_PAGE; in update_rw_regs()
833 cfg0 = (host->cfg0_raw & ~(7U << CW_PER_PAGE)) | in update_rw_regs()
834 (num_cw - 1) << CW_PER_PAGE; in update_rw_regs()
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()
2815 host->cfg0_raw & ~(7 << CW_PER_PAGE)); in qcom_misc_cmd_type_exec()
2879 nandc_set_reg(chip, NAND_DEV0_CFG0, 0 << CW_PER_PAGE in qcom_param_page_type_exec()