Home
last modified time | relevance | path

Searched refs:ecc_reg (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Dpl353-smc.h22 u32 pl353_smc_get_ecc_val(int ecc_reg);
/Linux-v5.4/drivers/mtd/nand/raw/
Dr852.c465 uint32_t ecc_reg; in r852_ecc_correct() local
480 ecc_reg = r852_read_reg_dword(dev, R852_DATALINE); in r852_ecc_correct()
485 ecc_status = (ecc_reg >> 8) & 0xFF; in r852_ecc_correct()
497 err_byte = ecc_reg & 0xFF; in r852_ecc_correct()
508 ecc_reg >>= 16; in r852_ecc_correct()
Dsh_flctl.c287 void __iomem *ecc_reg[4]; in wait_recfifo_ready() local
335 ecc_reg[0] = FL4ECCRESULT0(flctl); in wait_recfifo_ready()
336 ecc_reg[1] = FL4ECCRESULT1(flctl); in wait_recfifo_ready()
337 ecc_reg[2] = FL4ECCRESULT2(flctl); in wait_recfifo_ready()
338 ecc_reg[3] = FL4ECCRESULT3(flctl); in wait_recfifo_ready()
344 data = readl(ecc_reg[i]); in wait_recfifo_ready()
/Linux-v5.4/drivers/memory/
Dpl353-smc.c166 u32 pl353_smc_get_ecc_val(int ecc_reg) in pl353_smc_get_ecc_val() argument
171 (ecc_reg * PL353_SMC_ECC_REG_SIZE_OFFS); in pl353_smc_get_ecc_val()