flash_base        104 arch/mips/ath25/board.c 	const void __iomem *flash_base, *flash_limit;
flash_base        114 arch/mips/ath25/board.c 	flash_base = ioremap_nocache(base, size);
flash_base        115 arch/mips/ath25/board.c 	flash_limit = flash_base + size;
flash_base        179 arch/mips/ath25/board.c 	iounmap(flash_base);
flash_base        184 arch/mips/ath25/board.c 	iounmap(flash_base);
flash_base         21 drivers/mtd/parsers/redboot.c     uint32_t	  flash_base;    // Address within FLASH of image
flash_base        165 drivers/mtd/parsers/redboot.c 					swab32s(&buf[j].flash_base);
flash_base        209 drivers/mtd/parsers/redboot.c 			buf[i].flash_base -= data->origin;
flash_base        211 drivers/mtd/parsers/redboot.c 			buf[i].flash_base &= master->size-1;
flash_base        217 drivers/mtd/parsers/redboot.c 		while(*prev && (*prev)->img->flash_base < new_fl->img->flash_base)
flash_base        225 drivers/mtd/parsers/redboot.c 	if (fl->img->flash_base) {
flash_base        231 drivers/mtd/parsers/redboot.c 		if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_base) {
flash_base        255 drivers/mtd/parsers/redboot.c 	if (fl->img->flash_base) {
flash_base        257 drivers/mtd/parsers/redboot.c 	       parts[0].size = fl->img->flash_base;
flash_base        264 drivers/mtd/parsers/redboot.c 		parts[i].offset = fl->img->flash_base;
flash_base        278 drivers/mtd/parsers/redboot.c 		if(fl->next && fl->img->flash_base + fl->img->size + master->erasesize <= fl->next->img->flash_base) {
flash_base        281 drivers/mtd/parsers/redboot.c 			parts[i].size = fl->next->img->flash_base - parts[i].offset;
flash_base         58 drivers/mtd/spi-nor/nxp-spifi.c 	void __iomem *flash_base;
flash_base        181 drivers/mtd/spi-nor/nxp-spifi.c 	memcpy_fromio(buf, spifi->flash_base + from, len);
flash_base        390 drivers/mtd/spi-nor/nxp-spifi.c 	spifi->flash_base = devm_ioremap_resource(&pdev->dev, res);
flash_base        391 drivers/mtd/spi-nor/nxp-spifi.c 	if (IS_ERR(spifi->flash_base))
flash_base        392 drivers/mtd/spi-nor/nxp-spifi.c 		return PTR_ERR(spifi->flash_base);