Home
last modified time | relevance | path

Searched refs:redunt (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/staging/rts5208/
Dxd.c436 u8 *ptr, id_buf[4], redunt[11]; in reset_xd() local
683 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() argument
746 if (redunt[PAGE_STATUS + i] != 0xFF) in xd_check_data_blank()
[all …]