Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_res.c95 case PFMEM: in alloc_bus_range()
142 case PFMEM: in alloc_bus_range()
232 rc = alloc_bus_range(&newbus, &newrange, curr, PFMEM, 1); in ibmphp_rsrc_init()
241 rc = alloc_bus_range(&bus_cur, &newrange, curr, PFMEM, 0); in ibmphp_rsrc_init()
246 rc = alloc_bus_range(&newbus, &newrange, curr, PFMEM, 1); in ibmphp_rsrc_init()
312 new_pfmem->type = PFMEM; in ibmphp_rsrc_init()
380 case PFMEM: in add_bus_range()
404 case PFMEM: in add_bus_range()
453 case PFMEM: in update_resources()
497 case PFMEM: in fix_me()
[all …]
Dibmphp_pci.c429 pfmem[count]->type = PFMEM; in configure_device()
689 bus_pfmem[count]->type = PFMEM; in configure_bridge()
856 pfmem->type = PFMEM; in configure_bridge()
1266 if (ibmphp_find_resource(bus, start_address, &pfmem, PFMEM) < 0) { in unconfigure_boot_device()
1384 if (ibmphp_find_resource(bus, start_address, &pfmem, PFMEM) < 0) { in unconfigure_boot_bridge()
Dibmphp.h279 #define PFMEM 2 macro