Home
last modified time | relevance | path

Searched refs:emptymatch (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Ddiskonchip.c706 int emptymatch = 1; in doc200x_calculate_ecc() local
731 emptymatch = 0; in doc200x_calculate_ecc()
738 /* If emptymatch=1, we might have an all-0xff data buffer. Check. */ in doc200x_calculate_ecc()
739 if (emptymatch) { in doc200x_calculate_ecc()
746 emptymatch = 0; in doc200x_calculate_ecc()
750 /* If emptymatch still =1, we do have an all-0xff data buffer. in doc200x_calculate_ecc()
753 if (emptymatch) in doc200x_calculate_ecc()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Ddiskonchip.c706 int __always_unused emptymatch = 1; in doc200x_calculate_ecc() local
731 emptymatch = 0; in doc200x_calculate_ecc()
738 /* If emptymatch=1, we might have an all-0xff data buffer. Check. */ in doc200x_calculate_ecc()
739 if (emptymatch) { in doc200x_calculate_ecc()
746 emptymatch = 0; in doc200x_calculate_ecc()
750 /* If emptymatch still =1, we do have an all-0xff data buffer. in doc200x_calculate_ecc()
753 if (emptymatch) in doc200x_calculate_ecc()

Completed in 5 milliseconds