Searched refs:eccinfo (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/mtd/
H A Dspinand.h332 * @eccinfo: on-die ECC info
349 struct spinand_ecc_info eccinfo; member in struct:spinand_info
374 .eccinfo = { \
416 * @eccinfo: on-die ECC information
446 struct spinand_ecc_info eccinfo; member in struct:spinand_device
/linux-master/drivers/mtd/nand/spi/
H A Dcore.c207 if (spinand->eccinfo.get_status)
208 return spinand->eccinfo.get_status(spinand, status);
272 if (spinand->eccinfo.ooblayout)
273 mtd_set_ooblayout(mtd, spinand->eccinfo.ooblayout);
645 if (ops->mode == MTD_OPS_RAW || !spinand->eccinfo.ooblayout)
1094 spinand->eccinfo = table[i].eccinfo;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c1794 struct umc_ecc_info *eccinfo = (struct umc_ecc_info *)table; local
1814 ecc_info_per_channel = &(eccinfo->ecc[i]);
1826 ecc_info_per_channel = &(eccinfo->ecc[i]);
1838 eccinfo->record_ce_addr_supported = 1;
H A Dsmu_v13_0_0_ppt.c2919 struct umc_ecc_info *eccinfo = (struct umc_ecc_info *)table; local
2938 ecc_info_per_channel = &(eccinfo->ecc[i]);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c4086 struct umc_ecc_info *eccinfo = (struct umc_ecc_info *)table; local
4105 ecc_info_per_channel = &(eccinfo->ecc[i]);

Completed in 276 milliseconds