Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dibmphp_res.c113 case PFMEM: in alloc_bus_range()
161 case PFMEM: in alloc_bus_range()
251 if ((rc = alloc_bus_range (&newbus, &newrange, curr, PFMEM, 1))) in ibmphp_rsrc_init()
259 rc = alloc_bus_range (&bus_cur, &newrange, curr, PFMEM, 0); in ibmphp_rsrc_init()
264 if ((rc = alloc_bus_range (&newbus, &newrange, curr, PFMEM, 1))) in ibmphp_rsrc_init()
327 new_pfmem->type = PFMEM; in ibmphp_rsrc_init()
399 case PFMEM: in add_bus_range()
423 case PFMEM: in add_bus_range()
472 case PFMEM: in update_resources()
516 case PFMEM: in fix_me()
[all …]
Dibmphp_pci.c447 pfmem[count]->type = PFMEM; in configure_device()
711 bus_pfmem[count]->type = PFMEM; in configure_bridge()
883 pfmem->type = PFMEM; in configure_bridge()
1298 if (ibmphp_find_resource (bus, start_address, &pfmem, PFMEM) < 0) { in unconfigure_boot_device()
1412 if (ibmphp_find_resource (bus, start_address, &pfmem, PFMEM) < 0) { in unconfigure_boot_bridge()
Dibmphp.h293 #define PFMEM 2 macro