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()
540 * This routine configures a PCI-2-PCI bridge and the functions behind it
584 * behind it in configure_bridge()
772 /* Now need to see how much space the devices behind the bridge needed */ in configure_bridge()
807 debug("it wants %x IO behind the bridge\n", amount_needed->io); in configure_bridge()
829 debug("it wants %x memory behind the bridge\n", amount_needed->mem); in configure_bridge()
850 debug("it wants %x pfmemory behind the bridge\n", amount_needed->pfmem); in configure_bridge()
1042 * This function adds up the amount of resources needed behind the PPB bridge
1054 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge()
1074 debug("the bus_no behind the bridge is %x\n", busno); in scan_behind_bridge()
1075 debug("scanning devices behind the bridge...\n"); in scan_behind_bridge()
1090 debug("hdr_type behind the bridge is %x\n", hdr_type); in scan_behind_bridge()
1341 …err("there're more buses behind this bridge. Hot removal is not supported. Please choose another… in unconfigure_boot_bridge()