Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c396 if (ibmphp_check_resource(io[count], 0) == 0) { in configure_device()
434 if (ibmphp_check_resource(pfmem[count], 0) == 0) { in configure_device()
448 if (ibmphp_check_resource(mem_tmp, 0) == 0) { in configure_device()
497 if (ibmphp_check_resource(mem[count], 0) == 0) { in configure_device()
662 if (ibmphp_check_resource(bus_io[count], 0) == 0) { in configure_bridge()
707 if (ibmphp_check_resource(mem_tmp, 0) == 0) { in configure_bridge()
748 if (ibmphp_check_resource(bus_mem[count], 0) == 0) { in configure_bridge()
817 if (ibmphp_check_resource(io, 1) == 0) { in configure_bridge()
838 if (ibmphp_check_resource(mem, 1) == 0) { in configure_bridge()
860 if (ibmphp_check_resource(pfmem, 1) == 0) { in configure_bridge()
[all …]
H A Dibmphp.h372 int ibmphp_check_resource(struct resource_node *, u8);
H A Dibmphp_res.c952 int ibmphp_check_resource(struct resource_node *res, u8 bridge) in ibmphp_check_resource() function