Lines Matching full:behind
32 * If adapter is bridged, then we assign 11 to it and devices behind it.
210 …/* We need to do this in case bridge itself got configured properly, but devices behind it failed … in ibmphp_configure_card()
539 * This routine configures a PCI-2-PCI bridge and the functions behind it
583 * behind it in configure_bridge()
771 /* Now need to see how much space the devices behind the bridge needed */ in configure_bridge()
806 debug("it wants %x IO behind the bridge\n", amount_needed->io); in configure_bridge()
828 debug("it wants %x memory behind the bridge\n", amount_needed->mem); in configure_bridge()
849 debug("it wants %x pfmemory behind the bridge\n", amount_needed->pfmem); in configure_bridge()
1041 * This function adds up the amount of resources needed behind the PPB bridge
1053 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge()
1073 debug("the bus_no behind the bridge is %x\n", busno); in scan_behind_bridge()
1074 debug("scanning devices behind the bridge...\n"); in scan_behind_bridge()
1089 debug("hdr_type behind the bridge is %x\n", hdr_type); in scan_behind_bridge()
1340 …err("there're more buses behind this bridge. Hot removal is not supported. Please choose another… in unconfigure_boot_bridge()