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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_hpc.c932 static int process_changeinstatus (struct slot *pslot, struct slot *poldslot) argument
939 debug ("process_changeinstatus - Entry pslot[%p], poldslot[%p]\n", pslot, poldslot);
942 if ((pslot->status & 0x01) != (poldslot->status & 0x01))
949 if ((pslot->status & 0x04) != (poldslot->status & 0x04))
954 if (((pslot->status & 0x08) != (poldslot->status & 0x08))
955 || ((pslot->status & 0x10) != (poldslot->status & 0x10)))
959 if ((pslot->status & 0x20) != (poldslot->status & 0x20))
961 if ((poldslot->status & 0x20) && (SLOT_CONNECT (poldslot
[all...]

Completed in 117 milliseconds