Searched refs:PFMEM (Results 1 – 3 of 3) sorted by relevance
/drivers/pci/hotplug/ |
D | ibmphp_res.c | 113 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 …]
|
D | ibmphp_pci.c | 447 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()
|
D | ibmphp.h | 293 #define PFMEM 2 macro
|