Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Dcard.c186 unsigned char byDIFS = 0; in CARDbSetPhyParameter() local
216 byDIFS = C_SIFS_A + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()
239 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()
264 byDIFS = C_SIFS_BG + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()
267 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()
286 byDIFS -= 3; in CARDbSetPhyParameter()
298 if (priv->byDIFS != byDIFS) { in CARDbSetPhyParameter()
299 priv->byDIFS = byDIFS; in CARDbSetPhyParameter()
300 VNSvOutPortB(priv->PortOffset + MAC_REG_DIFS, priv->byDIFS); in CARDbSetPhyParameter()
H A Ddevice.h189 unsigned char byDIFS; member