Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/nand/
Decc.c534 ctx->bounce_oob = false; in nand_ecc_tweak_req()
548 ctx->bounce_oob = true; in nand_ecc_tweak_req()
561 if (ctx->bounce_oob) in nand_ecc_tweak_req()
583 if (ctx->bounce_oob) in nand_ecc_restore_req()
/linux-6.1.9/include/linux/mtd/
Dnand.h368 bool bounce_oob; member