Home
last modified time | relevance | path

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

/linux/drivers/staging/vt6655/
A Dcard.c183 unsigned char bySlot = 0; in CARDbSetPhyParameter() local
213 bySlot = C_SLOT_SHORT; in CARDbSetPhyParameter()
236 bySlot = C_SLOT_LONG; in CARDbSetPhyParameter()
262 bySlot = C_SLOT_SHORT; in CARDbSetPhyParameter()
265 bySlot = C_SLOT_LONG; in CARDbSetPhyParameter()
305 if (priv->bySlot != bySlot) { in CARDbSetPhyParameter()
306 priv->bySlot = bySlot; in CARDbSetPhyParameter()
307 VNSvOutPortB(priv->port_offset + MAC_REG_SLOT, priv->bySlot); in CARDbSetPhyParameter()
A Ddevice.h189 unsigned char bySlot; member

Completed in 8 milliseconds