Searched refs:redunt (Results 1 – 1 of 1) sorted by relevance
479 u8 *ptr, id_buf[4], redunt[11]; in reset_xd() local739 retval = xd_read_redundant(chip, page_addr, redunt, 11); in reset_xd()746 if (redunt[BLOCK_STATUS] != XD_GBLK) in reset_xd()750 if (redunt[PAGE_STATUS] != XD_GPG) { in reset_xd()753 redunt, 11); in reset_xd()755 if (redunt[PAGE_STATUS] == XD_GPG) in reset_xd()765 if ((redunt[BLOCK_STATUS] == XD_GBLK) && in reset_xd()766 (redunt[PARITY] & XD_BA1_ALL0)) { in reset_xd()798 static int xd_check_data_blank(u8 *redunt) in xd_check_data_blank() argument803 if (redunt[PAGE_STATUS + i] != 0xFF) in xd_check_data_blank()[all …]