Lines Matching refs:cfg0
299 __le32 cfg0;
429 * @cfg0, cfg1, cfg0_raw..: NANDc register configurations needed for
448 u32 cfg0, cfg1;
618 return ®s->cfg0;
684 u32 cmd, cfg0, cfg1, ecc_bch_cfg;
696 cfg0 = (host->cfg0 & ~(7U << CW_PER_PAGE)) |
702 cfg0 = (host->cfg0_raw & ~(7U << CW_PER_PAGE)) |
710 nandc_set_reg(nandc, NAND_DEV0_CFG0, cfg0);
2575 host->cfg0 = (cwperpage - 1) << CW_PER_PAGE
2622 "cfg0 %x cfg1 %x ecc_buf_cfg %x ecc_bch cfg %x cw_size %d cw_data %d strength %d parity_bytes %d steps %d\n",
2623 host->cfg0, host->cfg1, host->ecc_buf_cfg, host->ecc_bch_cfg,