Searched refs:PFMEM (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/pci/hotplug/ |
H A D | ibmphp_res.c | 95 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...] |
H A D | ibmphp_pci.c | 417 debug("PFMEM SPACE\n"); in configure_device() 422 debug("len[count] in PFMEM %x, count %d\n", len[count], count); in configure_device() 428 pfmem[count]->type = PFMEM; in configure_device() 681 debug("len[count] in PFMEM = %x\n", len[count]); in configure_bridge() 688 bus_pfmem[count]->type = PFMEM; in configure_bridge() 855 pfmem->type = PFMEM; in configure_bridge() 1265 if (ibmphp_find_resource(bus, start_address, &pfmem, PFMEM) < 0) { in unconfigure_boot_device() 1266 err("cannot find corresponding PFMEM resource to remove\n"); in unconfigure_boot_device() 1383 if (ibmphp_find_resource(bus, start_address, &pfmem, PFMEM) < 0) { in unconfigure_boot_bridge() 1384 err("cannot find corresponding PFMEM resourc in unconfigure_boot_bridge() [all...] |
H A D | ibmphp.h | 278 #define PFMEM 2 macro 352 int type; /* MEM, IO, PFMEM */
|