Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dcard.c184 unsigned char bySlot = 0; in CARDbSetPhyParameter() local
214 bySlot = C_SLOT_SHORT; in CARDbSetPhyParameter()
237 bySlot = C_SLOT_LONG; in CARDbSetPhyParameter()
263 bySlot = C_SLOT_SHORT; in CARDbSetPhyParameter()
266 bySlot = C_SLOT_LONG; in CARDbSetPhyParameter()
306 if (priv->bySlot != bySlot) { in CARDbSetPhyParameter()
307 priv->bySlot = bySlot; in CARDbSetPhyParameter()
308 VNSvOutPortB(priv->PortOffset + MAC_REG_SLOT, priv->bySlot); in CARDbSetPhyParameter()
Ddevice.h191 unsigned char bySlot; member