msp_maps 47 drivers/mtd/maps/pmcmsp-flash.c static struct map_info *msp_maps; msp_maps 86 drivers/mtd/maps/pmcmsp-flash.c msp_maps = kcalloc(fcnt, sizeof(*msp_maps), GFP_KERNEL); msp_maps 87 drivers/mtd/maps/pmcmsp-flash.c if (!msp_maps) msp_maps 124 drivers/mtd/maps/pmcmsp-flash.c msp_maps[i].size = size; msp_maps 125 drivers/mtd/maps/pmcmsp-flash.c msp_maps[i].phys = addr; msp_maps 134 drivers/mtd/maps/pmcmsp-flash.c msp_maps[i].virt = ioremap(addr, size); msp_maps 135 drivers/mtd/maps/pmcmsp-flash.c if (msp_maps[i].virt == NULL) { msp_maps 141 drivers/mtd/maps/pmcmsp-flash.c msp_maps[i].bankwidth = 1; msp_maps 142 drivers/mtd/maps/pmcmsp-flash.c msp_maps[i].name = kstrndup(flash_name, 7, GFP_KERNEL); msp_maps 143 drivers/mtd/maps/pmcmsp-flash.c if (!msp_maps[i].name) { msp_maps 144 drivers/mtd/maps/pmcmsp-flash.c iounmap(msp_maps[i].virt); msp_maps 158 drivers/mtd/maps/pmcmsp-flash.c kfree(msp_maps[i].name); msp_maps 159 drivers/mtd/maps/pmcmsp-flash.c iounmap(msp_maps[i].virt); msp_maps 170 drivers/mtd/maps/pmcmsp-flash.c simple_map_init(&msp_maps[i]); msp_maps 171 drivers/mtd/maps/pmcmsp-flash.c msp_flash[i] = do_map_probe("cfi_probe", &msp_maps[i]); msp_maps 178 drivers/mtd/maps/pmcmsp-flash.c kfree(msp_maps[i].name); msp_maps 179 drivers/mtd/maps/pmcmsp-flash.c iounmap(msp_maps[i].virt); msp_maps 191 drivers/mtd/maps/pmcmsp-flash.c kfree(msp_maps[i].name); msp_maps 192 drivers/mtd/maps/pmcmsp-flash.c iounmap(msp_maps[i].virt); msp_maps 195 drivers/mtd/maps/pmcmsp-flash.c kfree(msp_maps); msp_maps 210 drivers/mtd/maps/pmcmsp-flash.c iounmap((void *)msp_maps[i].virt); msp_maps 213 drivers/mtd/maps/pmcmsp-flash.c kfree(msp_maps[i].name); msp_maps 219 drivers/mtd/maps/pmcmsp-flash.c kfree(msp_maps);