Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/maps/
Dpmcmsp-flash.c47 static struct map_info *msp_maps; variable
86 msp_maps = kcalloc(fcnt, sizeof(*msp_maps), GFP_KERNEL); in init_msp_flash()
87 if (!msp_maps) in init_msp_flash()
124 msp_maps[i].size = size; in init_msp_flash()
125 msp_maps[i].phys = addr; in init_msp_flash()
134 msp_maps[i].virt = ioremap(addr, size); in init_msp_flash()
135 if (msp_maps[i].virt == NULL) { in init_msp_flash()
141 msp_maps[i].bankwidth = 1; in init_msp_flash()
142 msp_maps[i].name = kstrndup(flash_name, 7, GFP_KERNEL); in init_msp_flash()
143 if (!msp_maps[i].name) { in init_msp_flash()
[all …]