Home
last modified time | relevance | path

Searched refs:SLOT_POWER (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dcpqphp.h178 SLOT_POWER = offsetof(struct ctrl_reg, slot_power), enumerator
700 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in enable_slot_power()
702 writeb(slot_power, ctrl->hpc_reg + SLOT_POWER); in enable_slot_power()
709 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in disable_slot_power()
711 writeb(slot_power, ctrl->hpc_reg + SLOT_POWER); in disable_slot_power()
818 u8 slot_power = readb(ctrl->hpc_reg + SLOT_POWER); in set_controller_speed()
Dibmphp_core.c592 …debug ("SLOT_POWER = %x, SLOT_PRESENT = %x, SLOT_LATCH = %x\n", SLOT_POWER (slot_cur->status), SLO… in init_ops()
1336 if ((SLOT_POWER (slot_cur->status)) && !(SLOT_PWRGD (slot_cur->status))) in enable_slot()
1368 if (SLOT_POWER (slot_cur->status) && !(SLOT_PWRGD (slot_cur->status))) { in enable_slot()
1371 } else if (SLOT_POWER (slot_cur->status) && (SLOT_BUS_SPEED (slot_cur->status))) { in enable_slot()
1377 else if (!(SLOT_POWER (slot_cur->status))) { in enable_slot()
Dcpqphp_ctrl.c1213 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1214 writeb(0x00, ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1215 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1413 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_added()
1414 writeb(0x00, ctrl->hpc_reg + SLOT_POWER); in board_added()
1415 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_added()
Dibmphp.h604 #define SLOT_POWER(s) ((u8) ((s & HPC_SLOT_POWER) \ macro
Dibmphp_hpc.c941 phpslot->info->power_status = SLOT_POWER (pslot->status); in ibmphp_hpc_fillhpslotinfo()