Searched refs:redunt (Results 1 – 1 of 1) sorted by relevance
443 u8 *ptr, id_buf[4], redunt[11]; in reset_xd() local690 retval = xd_read_redundant(chip, page_addr, redunt, 11); in reset_xd()697 if (redunt[BLOCK_STATUS] != XD_GBLK) in reset_xd()701 if (redunt[PAGE_STATUS] != XD_GPG) { in reset_xd()704 redunt, 11); in reset_xd()706 if (redunt[PAGE_STATUS] == XD_GPG) in reset_xd()716 if (redunt[BLOCK_STATUS] == XD_GBLK && in reset_xd()717 (redunt[PARITY] & XD_BA1_ALL0)) { in reset_xd()748 static int xd_check_data_blank(u8 *redunt) in xd_check_data_blank() argument753 if (redunt[PAGE_STATUS + i] != 0xFF) in xd_check_data_blank()[all …]