Searched refs:bySlot (Results 1 – 2 of 2) sorted by relevance
388 unsigned char bySlot = 0; in CARDbSetPhyParameter() local422 bySlot = C_SLOT_SHORT; in CARDbSetPhyParameter()448 bySlot = C_SLOT_LONG; in CARDbSetPhyParameter()477 bySlot = C_SLOT_SHORT; in CARDbSetPhyParameter()480 bySlot = C_SLOT_LONG; in CARDbSetPhyParameter()527 if (pDevice->bySlot != bySlot) { in CARDbSetPhyParameter()528 pDevice->bySlot = bySlot; in CARDbSetPhyParameter()529 VNSvOutPortB(pDevice->PortOffset + MAC_REG_SLOT, pDevice->bySlot); in CARDbSetPhyParameter()530 if (pDevice->bySlot == C_SLOT_SHORT) in CARDbSetPhyParameter()
440 unsigned char bySlot; member