Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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 Detron.c64 switch (status & STATUS_ECC_MASK) { in em73c044vcf_oh_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 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 Dwinbond.c114 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 Dcore.c487 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/
H A Dgigadevice.c103 switch (status & STATUS_ECC_MASK) { in gd5fxgq4xa_ecc_get_status()
216 switch (status & STATUS_ECC_MASK) { in gd5fxgq4uexxg_ecc_get_status()
234 return ((status & STATUS_ECC_MASK) >> 2) | in gd5fxgq4uexxg_ecc_get_status()
235 ((status2 & STATUS_ECC_MASK) >> 4); in gd5fxgq4uexxg_ecc_get_status()
258 switch (status & STATUS_ECC_MASK) { in gd5fxgq5xexxg_ecc_get_status()
275 return ((status2 & STATUS_ECC_MASK) >> 4) + 1; in gd5fxgq5xexxg_ecc_get_status()
H A Dbiwin.c65 switch (status & STATUS_ECC_MASK) { in bwjx08k_ecc_get_status()
H A Detron.c62 switch (status & STATUS_ECC_MASK) { in em73c044vcf_oh_ecc_get_status()
H A Dxincun.c67 switch (status & STATUS_ECC_MASK) { in xcsp2aapk_ecc_get_status()
H A Dskyhigh.c61 switch (status & STATUS_ECC_MASK) { in s35ml0xg3_ecc_get_status()
H A Dhyf.c123 switch (status & STATUS_ECC_MASK) { in hyf1gq4udacae_ecc_get_status()
H A Dwinbond.c113 switch (status & STATUS_ECC_MASK) { in w25n02kv_ecc_get_status()
H A Dtoshiba.c78 switch (status & STATUS_ECC_MASK) { in tx58cxgxsxraix_ecc_get_status()
H A Dmacronix.c102 switch (status & STATUS_ECC_MASK) { in mx35lf1ge4ab_ecc_get_status()
H A Dcore.c204 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspinand.h171 #define STATUS_ECC_MASK GENMASK(5, 4) macro
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspinand.h164 #define STATUS_ECC_MASK GENMASK(5, 4) macro