Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dpciehp_core.c205 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()
Dshpchp_core.c211 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()
Dpciehp.h356 int *updown,
Dshpchp.h435 int *updown,
Dpciehp_hpc.c703 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()
Dshpchp_hpc.c751 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()