Home
last modified time | relevance | path

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

/linux-4.1.27/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 (pDevice->bySlot != bySlot) { in CARDbSetPhyParameter()
332 pDevice->bySlot = bySlot; in CARDbSetPhyParameter()
333 VNSvOutPortB(pDevice->PortOffset + MAC_REG_SLOT, pDevice->bySlot); in CARDbSetPhyParameter()
Ddevice.h315 unsigned char bySlot; member