Searched refs:physical_slot_num (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_core.c | 204 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()
|
D | shpchp_core.c | 210 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()
|
D | shpchp_hpc.c | 750 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()
|
D | pciehp.h | 355 int *physical_slot_num,
|
D | shpchp.h | 434 int *physical_slot_num,
|
D | pciehp_hpc.c | 702 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()
|