Searched refs:redunt (Results 1 – 1 of 1) sorted by relevance
491 u8 *ptr, id_buf[4], redunt[11]; in reset_xd() local762 retval = xd_read_redundant(chip, page_addr, redunt, 11); in reset_xd()769 if (redunt[BLOCK_STATUS] != XD_GBLK) in reset_xd()773 if (redunt[PAGE_STATUS] != XD_GPG) { in reset_xd()776 redunt, 11); in reset_xd()778 if (redunt[PAGE_STATUS] == XD_GPG) in reset_xd()788 if ((redunt[BLOCK_STATUS] == XD_GBLK) && in reset_xd()789 (redunt[PARITY] & XD_BA1_ALL0)) { in reset_xd()824 static int xd_check_data_blank(u8 *redunt) in xd_check_data_blank() argument829 if (redunt[PAGE_STATUS + i] != 0xFF) in xd_check_data_blank()[all …]