Searched refs:ecc_reg (Results 1 – 4 of 4) sorted by relevance
22 u32 pl353_smc_get_ecc_val(int ecc_reg);
465 uint32_t ecc_reg; in r852_ecc_correct() local480 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()
287 void __iomem *ecc_reg[4]; in wait_recfifo_ready() local335 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()
166 u32 pl353_smc_get_ecc_val(int ecc_reg) in pl353_smc_get_ecc_val() argument171 (ecc_reg * PL353_SMC_ECC_REG_SIZE_OFFS); in pl353_smc_get_ecc_val()