Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6655/
Dcard.c211 unsigned char byDIFS = 0; in CARDbSetPhyParameter() local
241 byDIFS = C_SIFS_A + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()
264 byDIFS = C_SIFS_BG + 2*C_SLOT_LONG; in CARDbSetPhyParameter()
289 byDIFS = C_SIFS_BG + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()
292 byDIFS = C_SIFS_BG + 2*C_SLOT_LONG; in CARDbSetPhyParameter()
311 byDIFS -= 3; in CARDbSetPhyParameter()
323 if (priv->byDIFS != byDIFS) { in CARDbSetPhyParameter()
324 priv->byDIFS = byDIFS; in CARDbSetPhyParameter()
325 VNSvOutPortB(priv->PortOffset + MAC_REG_DIFS, priv->byDIFS); in CARDbSetPhyParameter()
Ddevice.h202 unsigned char byDIFS; member