Searched refs:RF_UNMAPPED (Results 1 – 4 of 4) sorted by relevance
52 #define RF_UNMAPPED 0x0100 /* don't map resource when activating */ macro
370 memres = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, RF_UNMAPPED); in epit_probe()
446 if (!(rman_get_flags(r) & RF_UNMAPPED) && in nexus_activate_resource()470 if (!(rman_get_flags(r) & RF_UNMAPPED) && in nexus_deactivate_resource()
314 * unless RF_UNMAPPED was set when allocating the resource.