Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/nand/
Decc.c533 ctx->bounce_data = false; in nand_ecc_tweak_req()
540 ctx->bounce_data = true; in nand_ecc_tweak_req()
557 if (ctx->bounce_data) in nand_ecc_tweak_req()
578 if (ctx->bounce_data) in nand_ecc_restore_req()
/Linux-v6.6/include/linux/mtd/
Dnand.h367 bool bounce_data; member