Searched refs:redunt (Results 1 – 1 of 1) sorted by relevance
436 u8 *ptr, id_buf[4], redunt[11]; in reset_xd() local683 retval = xd_read_redundant(chip, page_addr, redunt, 11); in reset_xd()690 if (redunt[BLOCK_STATUS] != XD_GBLK) in reset_xd()694 if (redunt[PAGE_STATUS] != XD_GPG) { in reset_xd()697 redunt, 11); in reset_xd()699 if (redunt[PAGE_STATUS] == XD_GPG) in reset_xd()709 if (redunt[BLOCK_STATUS] == XD_GBLK && in reset_xd()710 (redunt[PARITY] & XD_BA1_ALL0)) { in reset_xd()741 static int xd_check_data_blank(u8 *redunt) in xd_check_data_blank() argument746 if (redunt[PAGE_STATUS + i] != 0xFF) in xd_check_data_blank()[all …]