Home
last modified time | relevance | path

Searched refs:S3C2410_NFECC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Ds3c2410.c45 #define S3C2410_NFECC S3C2410_NFREG(0x14) macro
624 ecc_code[0] = readb(info->regs + S3C2410_NFECC + 0); in s3c2410_nand_calculate_ecc()
625 ecc_code[1] = readb(info->regs + S3C2410_NFECC + 1); in s3c2410_nand_calculate_ecc()
626 ecc_code[2] = readb(info->regs + S3C2410_NFECC + 2); in s3c2410_nand_calculate_ecc()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Ds3c2410.c43 #define S3C2410_NFECC S3C2410_NFREG(0x14) macro
620 ecc_code[0] = readb(info->regs + S3C2410_NFECC + 0); in s3c2410_nand_calculate_ecc()
621 ecc_code[1] = readb(info->regs + S3C2410_NFECC + 1); in s3c2410_nand_calculate_ecc()
622 ecc_code[2] = readb(info->regs + S3C2410_NFECC + 2); in s3c2410_nand_calculate_ecc()

Completed in 5 milliseconds