Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/platforms/iseries/
Ddt.c407 int id_sel = ISERIES_GET_DEVICE_FROM_SUBBUS(sub_bus); in scan_bridge_slot() local
409 HvAgentId eads_id_sel = ISERIES_PCI_AGENTID(id_sel, function); in scan_bridge_slot()
416 for (id_sel = 1; id_sel <= bridge_info->maxAgents; id_sel++) { in scan_bridge_slot()
418 HvAgentId agent_id = ISERIES_PCI_AGENTID(id_sel, in scan_bridge_slot()
492 HvSubBusNumber sub_bus, int id_sel) in scan_bridge() argument
501 agent_id = ISERIES_PCI_AGENTID(id_sel, function); in scan_bridge()
510 bus, id_sel, function, agent_id); in scan_bridge()
537 int id_sel; in scan_phb() local
543 for (id_sel = 1; id_sel < max_agents; ++id_sel) { in scan_phb()
544 err = HvCallPci_getDeviceInfo(bus, sub_bus, id_sel, in scan_phb()
[all …]