Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/
H A 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()
/openbmc/linux/include/linux/mtd/
H A Dnand.h368 bool bounce_oob; member