Searched refs:NO_XIP (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/mtd/maps/
H A Dtsunami_flash.c65 .phys = NO_XIP,
H A Dsbc_gxx.c156 .phys = NO_XIP,
H A Ddc21285.c141 .phys = NO_XIP,
H A Dphysmap-core.c220 map->phys = NO_XIP;
388 * JFFS2 code via memcpy(). By setting NO_XIP, the
393 info->maps[i].phys = NO_XIP;
H A Dpci.c78 .phys = NO_XIP,
H A Dpcmciamtd.c475 dev->pcmcia_map.phys = NO_XIP;
/linux-master/drivers/mtd/chips/
H A Dmap_ram.c77 /* Disable direct access when NO_XIP is set */
78 if (map->phys != NO_XIP) {
/linux-master/include/linux/mtd/
H A Dmap.h195 #define NO_XIP (-1UL) macro
450 #define map_is_linear(map) (map->phys != NO_XIP)

Completed in 257 milliseconds