slot_power 131 drivers/pci/hotplug/cpqphp.h u8 slot_power; /* 0x2d */ slot_power 162 drivers/pci/hotplug/cpqphp.h SLOT_POWER = offsetof(struct ctrl_reg, slot_power), slot_power 635 drivers/pci/hotplug/cpqphp.h u8 slot_power; slot_power 637 drivers/pci/hotplug/cpqphp.h slot_power = readb(ctrl->hpc_reg + SLOT_POWER); slot_power 638 drivers/pci/hotplug/cpqphp.h slot_power |= (0x01 << slot); slot_power 639 drivers/pci/hotplug/cpqphp.h writeb(slot_power, ctrl->hpc_reg + SLOT_POWER); slot_power 644 drivers/pci/hotplug/cpqphp.h u8 slot_power; slot_power 646 drivers/pci/hotplug/cpqphp.h slot_power = readb(ctrl->hpc_reg + SLOT_POWER); slot_power 647 drivers/pci/hotplug/cpqphp.h slot_power &= ~(0x01 << slot); slot_power 648 drivers/pci/hotplug/cpqphp.h writeb(slot_power, ctrl->hpc_reg + SLOT_POWER); slot_power 1120 drivers/pci/hotplug/cpqphp_ctrl.c u8 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); slot_power 1225 drivers/pci/hotplug/cpqphp_ctrl.c writeb(slot_power, ctrl->hpc_reg + SLOT_ENABLE);