Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/hotplug/
Dshpchp_core.c150 get_latch_status(hotplug_slot, &info->latch_status); in init_slots()
259 *value = hotplug_slot->info->latch_status; in get_latch_status()
Dcpci_hotplug_core.c89 info.latch_status = value; in update_latch_status()
204 *value = hotplug_slot->info->latch_status; in get_latch_status()
Dpcihp_skeleton.c291 get_latch_status(hotplug_slot, &info->latch_status); in init_slots()
Dacpiphp_core.c333 slot->hotplug_slot->info->latch_status = acpiphp_get_latch_status(slot->acpi_slot); in acpiphp_register_hotplug_slot()
Dpci_hotplug_core.c92 GET_STATUS(latch_status, u8) in GET_STATUS()
Dshpchp_ctrl.c475 slot->hpc_ops->get_latch_status(slot, &(info->latch_status)); in update_slot_info()
Dibmphp_core.c624 info->latch_status = SLOT_LATCH(slot_cur->status); in ibmphp_update_slot_info()
Dcpqphp_core.c698 hotplug_slot_info->latch_status = in ctrl_slot_setup()
Dibmphp_ebda.c697 hotplug_slot->info->latch_status = SLOT_LATCH(slot->status); in fillslotinfo()
Dcpqphp_ctrl.c1795 info->latch_status = cpq_get_latch_status(ctrl, slot); in update_slot_info()
/linux-2.6.39/include/linux/
Dpci_hotplug.h97 u8 latch_status; member
/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_link.c2890 u32 latch_status = 0; in bnx2x_rearm_latch_signal() local
2898 latch_status = REG_RD(bp, in bnx2x_rearm_latch_signal()
2900 DP(NETIF_MSG_LINK, "latch_status = 0x%x\n", latch_status); in bnx2x_rearm_latch_signal()
2913 if (latch_status & 1) { in bnx2x_rearm_latch_signal()
2917 (latch_status & 0xfffe) | (latch_status & 1)); in bnx2x_rearm_latch_signal()