Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dpciehp_core.c204 int physical_slot_num; in get_ctlr_slot_config() local
209 …rc = pcie_get_ctlr_slot_config(ctrl, &num_ctlr_slots, &first_device_num, &physical_slot_num, &updo… in get_ctlr_slot_config()
217 ctrl->first_slot = physical_slot_num; in get_ctlr_slot_config()
221 __FUNCTION__, ctrl->slot_bus, num_ctlr_slots, first_device_num, physical_slot_num, updown, in get_ctlr_slot_config()
Dshpchp_core.c210 int physical_slot_num; in get_ctlr_slot_config() local
215 rc = shpc_get_ctlr_slot_config(ctrl, &num_ctlr_slots, &first_device_num, &physical_slot_num, in get_ctlr_slot_config()
224 ctrl->first_slot = physical_slot_num; in get_ctlr_slot_config()
228 __FUNCTION__, num_ctlr_slots, first_device_num, physical_slot_num, updown, in get_ctlr_slot_config()
Dshpchp_hpc.c750 int *physical_slot_num, /* phy slot num of the first slot in this SHPC */ in shpc_get_ctlr_slot_config() argument
766 *physical_slot_num = (readl(php_ctlr->creg + SLOT_CONFIG) & PSN) >> 16; in shpc_get_ctlr_slot_config()
767 dbg("%s: physical_slot_num = %x\n", __FUNCTION__, *physical_slot_num); in shpc_get_ctlr_slot_config()
Dpciehp.h355 int *physical_slot_num,
Dshpchp.h434 int *physical_slot_num,
Dpciehp_hpc.c702 int *physical_slot_num, /* phy slot num of the first slot in this PCIE */ in pcie_get_ctlr_slot_config() argument
726 *physical_slot_num = slot_cap >> 19; in pcie_get_ctlr_slot_config()