• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/

Lines Matching defs:hp_slot

388 	u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot));
412 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot));
437 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot));
447 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot));
468 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot));
536 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot));
560 return shpc_write_cmd(slot, slot->hp_slot, slot_cmd);
566 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_ON);
571 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_OFF);
576 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_BLINK);
630 retval = shpc_write_cmd(slot, slot->hp_slot, SET_SLOT_PWR);
642 retval = shpc_write_cmd(slot, slot->hp_slot,
655 retval = shpc_write_cmd(slot, slot->hp_slot,
802 int hp_slot;
841 for (hp_slot = 0; hp_slot < ctrl->num_slots; hp_slot++) {
843 if (!(intr_loc & SLOT_INTR_PENDING(hp_slot)))
846 slot_reg = shpc_readl(ctrl, SLOT_REG(hp_slot));
848 hp_slot, slot_reg);
851 shpchp_handle_switch_change(hp_slot, ctrl);
854 shpchp_handle_attention_button(hp_slot, ctrl);
857 shpchp_handle_presence_change(hp_slot, ctrl);
860 shpchp_handle_power_fault(hp_slot, ctrl);
864 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg);
948 u8 hp_slot;
1052 for (hp_slot = 0; hp_slot < ctrl->num_slots; hp_slot++) {
1053 slot_reg = shpc_readl(ctrl, SLOT_REG(hp_slot));
1055 hp_slot, slot_reg);
1061 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg);
1109 for (hp_slot = 0; hp_slot < ctrl->num_slots; hp_slot++) {
1110 slot_reg = shpc_readl(ctrl, SLOT_REG(hp_slot));
1112 hp_slot, slot_reg);
1116 shpc_writel(ctrl, SLOT_REG(hp_slot), slot_reg);