Home
last modified time | relevance | path

Searched refs:SLOT_POWER (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dibmphp_core.c501 debug("SLOT_POWER = %x\n", SLOT_POWER(slot_cur->status)); in init_ops()
1019 if ((SLOT_POWER(slot_cur->status)) && in enable_slot()
1044 if (SLOT_POWER(slot_cur->status) && !(SLOT_PWRGD(slot_cur->status))) { in enable_slot()
1048 if (SLOT_POWER(slot_cur->status) && (SLOT_BUS_SPEED(slot_cur->status))) { in enable_slot()
1055 if (!(SLOT_POWER(slot_cur->status))) { in enable_slot()
H A Dcpqphp.h162 SLOT_POWER = offsetof(struct ctrl_reg, slot_power), enumerator
637 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in enable_slot_power()
639 writeb(slot_power, ctrl->hpc_reg + SLOT_POWER); in enable_slot_power()
646 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in disable_slot_power()
648 writeb(slot_power, ctrl->hpc_reg + SLOT_POWER); in disable_slot_power()
H A Dcpqphp_ctrl.c1120 u8 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in set_controller_speed()
1287 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1288 writeb(0x00, ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1289 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1435 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_added()
1436 writeb(0x00, ctrl->hpc_reg + SLOT_POWER); in board_added()
1437 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_added()
H A Dibmphp.h585 #define SLOT_POWER(s) ((u8) ((s & HPC_SLOT_POWER) \ macro
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dibmphp_core.c430 debug("SLOT_POWER = %x\n", SLOT_POWER(slot_cur->status)); in init_ops()
948 if ((SLOT_POWER(slot_cur->status)) && in enable_slot()
973 if (SLOT_POWER(slot_cur->status) && !(SLOT_PWRGD(slot_cur->status))) { in enable_slot()
977 if (SLOT_POWER(slot_cur->status) && (SLOT_BUS_SPEED(slot_cur->status))) { in enable_slot()
984 if (!(SLOT_POWER(slot_cur->status))) { in enable_slot()
H A Dcpqphp.h162 SLOT_POWER = offsetof(struct ctrl_reg, slot_power), enumerator
637 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in enable_slot_power()
639 writeb(slot_power, ctrl->hpc_reg + SLOT_POWER); in enable_slot_power()
646 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in disable_slot_power()
648 writeb(slot_power, ctrl->hpc_reg + SLOT_POWER); in disable_slot_power()
H A Dcpqphp_ctrl.c1119 u8 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in set_controller_speed()
1286 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1287 writeb(0x00, ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1288 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1433 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_added()
1434 writeb(0x00, ctrl->hpc_reg + SLOT_POWER); in board_added()
1435 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_added()
H A Dibmphp.h583 #define SLOT_POWER(s) ((u8) ((s & HPC_SLOT_POWER) \ macro

Completed in 15 milliseconds