Searched refs:updown (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_core.c | 205 int updown; /* Not needed */ in get_ctlr_slot_config() local 209 …et_ctlr_slot_config(ctrl, &num_ctlr_slots, &first_device_num, &physical_slot_num, &updown, &flags); in get_ctlr_slot_config() 218 ctrl->slot_num_inc = updown; /* Not needed */ /* either -1 or 1 */ 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 | 211 int updown; in get_ctlr_slot_config() local 216 &updown, &flags); in get_ctlr_slot_config() 225 ctrl->slot_num_inc = updown; /* either -1 or 1 */ in get_ctlr_slot_config() 228 __FUNCTION__, num_ctlr_slots, first_device_num, physical_slot_num, updown, in get_ctlr_slot_config()
|
D | pciehp.h | 356 int *updown,
|
D | shpchp.h | 435 int *updown,
|
D | pciehp_hpc.c | 703 int *updown, /* physical_slot_num increament: 1 or -1 */ in pcie_get_ctlr_slot_config() argument 727 *updown = -1; in pcie_get_ctlr_slot_config()
|
D | shpchp_hpc.c | 751 int *updown, /* physical_slot_num increament: 1 or -1 */ in shpc_get_ctlr_slot_config() argument 768 *updown = ((readl(php_ctlr->creg + SLOT_CONFIG) & UPDOWN ) >> 29) ? 1 : -1; in shpc_get_ctlr_slot_config()
|