Home
last modified time | relevance | path

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

/linux/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; in physmap_addr_gpios_map_init()
393 info->maps[i].phys = NO_XIP; in physmap_flash_of_init()
H A Dpci.c78 .phys = NO_XIP,
H A Dpcmciamtd.c475 dev->pcmcia_map.phys = NO_XIP; in pcmciamtd_config()
/linux/include/linux/mtd/
H A Dmap.h195 #define NO_XIP (-1UL) macro
450 #define map_is_linear(map) (map->phys != NO_XIP)
/linux/drivers/mtd/chips/
H A Dmap_ram.c78 if (map->phys != NO_XIP) { in map_ram_probe()