Searched refs:ecc_mode (Results 1 – 3 of 3) sorted by relevance
236 u32 nbxcfg, ecc_mode; in i82443bxgx_edacmc_probe1() local285 ecc_mode = ((nbxcfg >> I82443BXGX_NBXCFG_OFFSET_DRAM_INTEGRITY) & in i82443bxgx_edacmc_probe1()288 mci->scrub_mode = (ecc_mode == I82443BXGX_NBXCFG_INTEGRITY_SCRUB) in i82443bxgx_edacmc_probe1()291 switch (ecc_mode) { in i82443bxgx_edacmc_probe1()
165 u32 ecc_mode; member319 static inline void vf610_nfc_ecc_mode(struct vf610_nfc *nfc, int ecc_mode) in vf610_nfc_ecc_mode() argument323 CONFIG_ECC_MODE_SHIFT, ecc_mode); in vf610_nfc_ecc_mode()569 vf610_nfc_ecc_mode(nfc, nfc->ecc_mode); in vf610_nfc_read_page()626 vf610_nfc_ecc_mode(nfc, nfc->ecc_mode); in vf610_nfc_write_page()779 nfc->ecc_mode = ECC_60_BYTE; in vf610_nfc_attach_chip()782 nfc->ecc_mode = ECC_45_BYTE; in vf610_nfc_attach_chip()
2561 int ecc_mode = 1; in qcom_nand_attach_chip() local2582 ecc_mode = 1; in qcom_nand_attach_chip()2602 ecc_mode = 0; in qcom_nand_attach_chip()2697 | ecc_mode << ECC_MODE in qcom_nand_attach_chip()
Completed in 20 milliseconds