can_be_top       1440 drivers/mtd/spi-nor/spi-nor.c 	bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB;
can_be_top       1458 drivers/mtd/spi-nor/spi-nor.c 		can_be_top = false;
can_be_top       1460 drivers/mtd/spi-nor/spi-nor.c 	if (!can_be_bottom && !can_be_top)
can_be_top       1464 drivers/mtd/spi-nor/spi-nor.c 	use_top = can_be_top;
can_be_top       1520 drivers/mtd/spi-nor/spi-nor.c 	bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB;
can_be_top       1533 drivers/mtd/spi-nor/spi-nor.c 		can_be_top = false;
can_be_top       1540 drivers/mtd/spi-nor/spi-nor.c 	if (!can_be_bottom && !can_be_top)
can_be_top       1544 drivers/mtd/spi-nor/spi-nor.c 	use_top = can_be_top;