Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/
Decc.c527 ctx->bounce_data = false; in nand_ecc_tweak_req()
534 ctx->bounce_data = true; in nand_ecc_tweak_req()
551 if (ctx->bounce_data) in nand_ecc_tweak_req()
572 if (ctx->bounce_data) in nand_ecc_restore_req()
/Linux-v5.15/include/linux/mtd/
Dnand.h323 bool bounce_data; member