Home
last modified time | relevance | path

Searched refs:slot_power (Results 1 – 2 of 2) sorted by relevance

/drivers/pci/hotplug/
Dcpqphp.h145 u8 slot_power; /* 0x2d */ member
176 SLOT_POWER = offsetof(struct ctrl_reg, slot_power),
650 u8 slot_power; in enable_slot_power() local
652 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in enable_slot_power()
653 slot_power |= (0x01 << slot); in enable_slot_power()
654 writeb(slot_power, ctrl->hpc_reg + SLOT_POWER); in enable_slot_power()
659 u8 slot_power; in disable_slot_power() local
661 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in disable_slot_power()
662 slot_power &= ~(0x01 << slot); in disable_slot_power()
663 writeb(slot_power, ctrl->hpc_reg + SLOT_POWER); in disable_slot_power()
Dcpqphp_ctrl.c1135 u8 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in set_controller_speed() local
1242 writeb(slot_power, ctrl->hpc_reg + SLOT_ENABLE); in set_controller_speed()