Home
last modified time | relevance | path

Searched refs:bySlot (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/vt6655/
Dcard.c388 unsigned char bySlot = 0; in CARDbSetPhyParameter() local
422 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()
Ddevice.h440 unsigned char bySlot; member