Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rkflash/
H A Dnandc.c141 u8 bch_config; in nandc_bch_sel() local
149 bch_config = 0; in nandc_bch_sel()
151 bch_config = 3; in nandc_bch_sel()
153 bch_config = 2; in nandc_bch_sel()
155 bch_config = 1; in nandc_bch_sel()
157 tmp.V9.bchmode = bch_config; in nandc_bch_sel()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dtegra_nand.h237 u32 bch_config; /* offset CCh */ member
H A Dtegra_nand.c576 writel(BCH_CONFIG_BCH_ECC_DISABLE, &info->reg->bch_config); in nand_rw_page()
765 writel(BCH_CONFIG_BCH_ECC_DISABLE, &info->reg->bch_config); in nand_rw_oob()