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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp.h176 SLOT_POWER = offsetof(struct ctrl_reg, slot_power), enumerator in enum:ctrl_offsets
652 slot_power = readb(ctrl->hpc_reg + SLOT_POWER);
654 writeb(slot_power, ctrl->hpc_reg + SLOT_POWER);
661 slot_power = readb(ctrl->hpc_reg + SLOT_POWER);
663 writeb(slot_power, ctrl->hpc_reg + SLOT_POWER);
H A Dibmphp_core.c538 debug("SLOT_POWER = %x\n", SLOT_POWER(slot_cur->status));
1060 if ((SLOT_POWER(slot_cur->status)) &&
1087 if (SLOT_POWER(slot_cur->status) && !(SLOT_PWRGD(slot_cur->status))) {
1091 if (SLOT_POWER(slot_cur->status) && (SLOT_BUS_SPEED(slot_cur->status))) {
1099 if (!(SLOT_POWER(slot_cur->status))) {
H A Dcpqphp_ctrl.c1122 u8 slot_power = readb(ctrl->hpc_reg + SLOT_POWER);
1289 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER);
1290 writeb(0x00, ctrl->hpc_reg + SLOT_POWER);
1291 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER);
1434 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER);
1435 writeb(0x00, ctrl->hpc_reg + SLOT_POWER);
1436 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER);
H A Dibmphp.h600 #define SLOT_POWER(s) ((u8) ((s & HPC_SLOT_POWER) \ macro
H A Dibmphp_ebda.c684 hotplug_slot->info->power_status = SLOT_POWER(slot->status);

Completed in 64 milliseconds