Searched refs:ecc_reg (Results 1 – 3 of 3) sorted by relevance
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()
286 void __iomem *ecc_reg[4]; in wait_recfifo_ready() local334 ecc_reg[0] = FL4ECCRESULT0(flctl); in wait_recfifo_ready()335 ecc_reg[1] = FL4ECCRESULT1(flctl); in wait_recfifo_ready()336 ecc_reg[2] = FL4ECCRESULT2(flctl); in wait_recfifo_ready()337 ecc_reg[3] = FL4ECCRESULT3(flctl); in wait_recfifo_ready()343 data = readl(ecc_reg[i]); in wait_recfifo_ready()
438 static void pl35x_nand_ecc_reg_to_array(struct nand_chip *chip, u32 ecc_reg, in pl35x_nand_ecc_reg_to_array() argument441 u32 ecc_value = ~ecc_reg; in pl35x_nand_ecc_reg_to_array()