cfg_cache 58 drivers/mtd/nand/spi/core.c *cfg = spinand->cfg_cache[spinand->cur_target]; cfg_cache 71 drivers/mtd/nand/spi/core.c if (spinand->cfg_cache[spinand->cur_target] == cfg) cfg_cache 78 drivers/mtd/nand/spi/core.c spinand->cfg_cache[spinand->cur_target] = cfg; cfg_cache 147 drivers/mtd/nand/spi/core.c spinand->cfg_cache = devm_kcalloc(dev, cfg_cache 149 drivers/mtd/nand/spi/core.c sizeof(*spinand->cfg_cache), cfg_cache 151 drivers/mtd/nand/spi/core.c if (!spinand->cfg_cache) cfg_cache 164 drivers/mtd/nand/spi/core.c &spinand->cfg_cache[target]); cfg_cache 388 include/linux/mtd/spinand.h u8 *cfg_cache;