Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dgigadevice.c107 switch (status & STATUS_ECC_MASK) { in gd5fxgq4xa_ecc_get_status()
220 switch (status & STATUS_ECC_MASK) { in gd5fxgq4uexxg_ecc_get_status()
238 return ((status & STATUS_ECC_MASK) >> 2) | in gd5fxgq4uexxg_ecc_get_status()
239 ((status2 & STATUS_ECC_MASK) >> 4); in gd5fxgq4uexxg_ecc_get_status()
262 switch (status & STATUS_ECC_MASK) { in gd5fxgq5xexxg_ecc_get_status()
279 return ((status2 & STATUS_ECC_MASK) >> 4) + 1; in gd5fxgq5xexxg_ecc_get_status()
H A Dbiwin.c67 switch (status & STATUS_ECC_MASK) { in bwjx08k_ecc_get_status()
H A Dxincun.c69 switch (status & STATUS_ECC_MASK) { in xcsp2aapk_ecc_get_status()
H A Dskyhigh.c66 switch (status & STATUS_ECC_MASK) { in s35ml0xg3_ecc_get_status()
H A Detron.c64 switch (status & STATUS_ECC_MASK) { in em73c044vcf_oh_ecc_get_status()
H A Dtoshiba.c68 switch (status & STATUS_ECC_MASK) { in tc58cxgxsx_ecc_get_status()
H A Dhyf.c125 switch (status & STATUS_ECC_MASK) { in hyf1gq4udacae_ecc_get_status()
H A Dunim.c177 switch (status & STATUS_ECC_MASK) { in um19a9xisw_ecc_get_status()
H A Dwinbond.c124 switch (status & STATUS_ECC_MASK) { in w25n02kv_ecc_get_status()
H A Dmacronix.c75 switch (status & STATUS_ECC_MASK) { in mx35lf1ge4ab_ecc_get_status()
H A Dxtx.c213 switch (status & STATUS_ECC_MASK) { in xt26g11c_ecc_get_status()
H A Dcore.c503 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspinand.h173 #define STATUS_ECC_MASK GENMASK(5, 4) macro