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 | 428 pfmem[count]->type = PFMEM; in configure_device() 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() 1383 if (ibmphp_find_resource(bus, start_address, &pfmem, PFMEM) < 0) { in unconfigure_boot_bridge()
|
H A D | ibmphp.h | 278 #define PFMEM 2 macro
|