Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/
H A Decc.c426 nand->ecc.user_conf.engine_type = of_get_nand_ecc_engine_type(dn); in of_get_nand_ecc_user_config()
427 nand->ecc.user_conf.algo = of_get_nand_ecc_algo(dn); in of_get_nand_ecc_user_config()
428 nand->ecc.user_conf.placement = of_get_nand_ecc_placement(dn); in of_get_nand_ecc_user_config()
432 nand->ecc.user_conf.strength = strength; in of_get_nand_ecc_user_config()
436 nand->ecc.user_conf.step_size = size; in of_get_nand_ecc_user_config()
439 nand->ecc.user_conf.flags |= NAND_ECC_MAXIMIZE_STRENGTH; in of_get_nand_ecc_user_config()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Ddenali_pci.c102 dchip->chip.base.ecc.user_conf.flags |= NAND_ECC_MAXIMIZE_STRENGTH; in denali_pci_probe()
H A Dnand_base.c4960 struct nand_ecc_props *user_conf = &chip->base.ecc.user_conf; in of_get_nand_ecc_legacy_user_config() local
4962 if (user_conf->engine_type == NAND_ECC_ENGINE_TYPE_INVALID) in of_get_nand_ecc_legacy_user_config()
4963 user_conf->engine_type = of_get_rawnand_ecc_engine_type_legacy(dn); in of_get_nand_ecc_legacy_user_config()
4965 if (user_conf->algo == NAND_ECC_ALGO_UNKNOWN) in of_get_nand_ecc_legacy_user_config()
4966 user_conf->algo = of_get_rawnand_ecc_algo_legacy(dn); in of_get_nand_ecc_legacy_user_config()
4968 if (user_conf->placement == NAND_ECC_PLACEMENT_UNKNOWN) in of_get_nand_ecc_legacy_user_config()
4969 user_conf->placement = of_get_rawnand_ecc_placement_legacy(dn); in of_get_nand_ecc_legacy_user_config()
5024 if (nand->ecc.user_conf.engine_type != NAND_ECC_ENGINE_TYPE_INVALID) in rawnand_dt_init()
5025 chip->ecc.engine_type = nand->ecc.user_conf.engine_type; in rawnand_dt_init()
5029 chip->ecc.placement = nand->ecc.user_conf.placement; in rawnand_dt_init()
[all …]
H A Dtegra_nand.c846 bool maximize = base->ecc.user_conf.flags & NAND_ECC_MAXIMIZE_STRENGTH; in tegra_nand_get_strength()
H A Dsunxi_nand.c1618 if (nanddev->ecc.user_conf.flags & NAND_ECC_MAXIMIZE_STRENGTH) { in sunxi_nand_hw_ecc_ctrl_init()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dnand.h306 struct nand_ecc_props user_conf; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c1121 Bool user_conf = FALSE; in xf86UserConfiguredOutputs() local
1136 user_conf = TRUE; in xf86UserConfiguredOutputs()
1147 user_conf = TRUE; in xf86UserConfiguredOutputs()
1151 user_conf = TRUE; in xf86UserConfiguredOutputs()
1154 return user_conf; in xf86UserConfiguredOutputs()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c1140 if (nanddev->ecc.user_conf.flags & NAND_ECC_MAXIMIZE_STRENGTH) in atmel_nand_pmecc_init()