Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vt6655/
Dcard.c193 unsigned char byDIFS = 0; in CARDbSetPhyParameter() local
223 byDIFS = C_SIFS_A + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()
246 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()
271 byDIFS = C_SIFS_BG + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()
274 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()
293 byDIFS -= 3; in CARDbSetPhyParameter()
305 if (priv->byDIFS != byDIFS) { in CARDbSetPhyParameter()
306 priv->byDIFS = byDIFS; in CARDbSetPhyParameter()
307 VNSvOutPortB(priv->PortOffset + MAC_REG_DIFS, priv->byDIFS); in CARDbSetPhyParameter()
Ddevice.h189 unsigned char byDIFS; member