Home
last modified time | relevance | path

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

/linux/drivers/staging/vt6655/
A Dcard.c185 unsigned char byDIFS = 0; in CARDbSetPhyParameter() local
215 byDIFS = C_SIFS_A + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()
238 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()
263 byDIFS = C_SIFS_BG + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()
266 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()
285 byDIFS -= 3; in CARDbSetPhyParameter()
297 if (priv->byDIFS != byDIFS) { in CARDbSetPhyParameter()
298 priv->byDIFS = byDIFS; in CARDbSetPhyParameter()
299 VNSvOutPortB(priv->port_offset + MAC_REG_DIFS, priv->byDIFS); in CARDbSetPhyParameter()
A Ddevice.h187 unsigned char byDIFS; member

Completed in 5 milliseconds