bySlot            191 drivers/staging/vt6655/card.c 	unsigned char bySlot = 0;
bySlot            221 drivers/staging/vt6655/card.c 		bySlot = C_SLOT_SHORT;
bySlot            244 drivers/staging/vt6655/card.c 		bySlot = C_SLOT_LONG;
bySlot            270 drivers/staging/vt6655/card.c 			bySlot = C_SLOT_SHORT;
bySlot            273 drivers/staging/vt6655/card.c 			bySlot = C_SLOT_LONG;
bySlot            313 drivers/staging/vt6655/card.c 	if (priv->bySlot != bySlot) {
bySlot            314 drivers/staging/vt6655/card.c 		priv->bySlot = bySlot;
bySlot            315 drivers/staging/vt6655/card.c 		VNSvOutPortB(priv->PortOffset + MAC_REG_SLOT, priv->bySlot);
bySlot            191 drivers/staging/vt6655/device.h 	unsigned char bySlot;