Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6655/
Dcard.c209 unsigned char bySlot = 0; in CARDbSetPhyParameter() local
239 bySlot = C_SLOT_SHORT; in CARDbSetPhyParameter()
262 bySlot = C_SLOT_LONG; in CARDbSetPhyParameter()
288 bySlot = C_SLOT_SHORT; in CARDbSetPhyParameter()
291 bySlot = C_SLOT_LONG; in CARDbSetPhyParameter()
331 if (priv->bySlot != bySlot) { in CARDbSetPhyParameter()
332 priv->bySlot = bySlot; in CARDbSetPhyParameter()
333 VNSvOutPortB(priv->PortOffset + MAC_REG_SLOT, priv->bySlot); in CARDbSetPhyParameter()
Ddevice.h204 unsigned char bySlot; member