Searched refs:ecc_mode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i82443bxgx_edac.c | 237 u32 nbxcfg, ecc_mode; in i82443bxgx_edacmc_probe1() local 286 ecc_mode = ((nbxcfg >> I82443BXGX_NBXCFG_OFFSET_DRAM_INTEGRITY) & in i82443bxgx_edacmc_probe1() 289 mci->scrub_mode = (ecc_mode == I82443BXGX_NBXCFG_INTEGRITY_SCRUB) in i82443bxgx_edacmc_probe1() 292 switch (ecc_mode) { in i82443bxgx_edacmc_probe1()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | i82443bxgx_edac.c | 236 u32 nbxcfg, ecc_mode; in i82443bxgx_edacmc_probe1() local 285 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()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 165 u32 ecc_mode; member 319 static inline void vf610_nfc_ecc_mode(struct vf610_nfc *nfc, int ecc_mode) in vf610_nfc_ecc_mode() argument 323 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()
|
H A D | qcom_nandc.c | 2473 int ecc_mode = 1; in qcom_nand_attach_chip() local 2494 ecc_mode = 1; in qcom_nand_attach_chip() 2514 ecc_mode = 0; in qcom_nand_attach_chip() 2609 | ecc_mode << ECC_MODE in qcom_nand_attach_chip()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 165 u32 ecc_mode; member 319 static inline void vf610_nfc_ecc_mode(struct vf610_nfc *nfc, int ecc_mode) in vf610_nfc_ecc_mode() argument 323 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()
|
H A D | qcom_nandc.c | 2373 int ecc_mode = 1; in qcom_nand_attach_chip() local 2394 ecc_mode = 1; in qcom_nand_attach_chip() 2414 ecc_mode = 0; in qcom_nand_attach_chip() 2522 | ecc_mode << ECC_MODE in qcom_nand_attach_chip()
|
Completed in 14 milliseconds