Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp.h141 SLOT_ENABLE = offsetof(struct ctrl_reg, slot_enable), enumerator
540 slot_enable = readb(ctrl->hpc_reg + SLOT_ENABLE); in slot_disable()
542 writeb(slot_enable, ctrl->hpc_reg + SLOT_ENABLE); in slot_disable()
550 slot_enable = readb(ctrl->hpc_reg + SLOT_ENABLE); in slot_enable()
552 writeb(slot_enable, ctrl->hpc_reg + SLOT_ENABLE); in slot_enable()
560 slot_enable = readb(ctrl->hpc_reg + SLOT_ENABLE); in is_slot_enabled()
568 return readb(ctrl->hpc_reg + SLOT_ENABLE); in read_slot_enable()
Dcpqphp_ctrl.c1167 writeb(0x00, ctrl->hpc_reg + SLOT_ENABLE); in set_controller_speed()
1227 writeb(slot_power, ctrl->hpc_reg + SLOT_ENABLE); in set_controller_speed()