Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vt6655/
H A Dcard.c190 unsigned char byDIFS = 0; in CARDbSetPhyParameter() local
199 byDIFS = C_SIFS_A + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()
206 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()
215 byDIFS = C_SIFS_BG + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()
218 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()
237 byDIFS -= 3; in CARDbSetPhyParameter()
249 if (priv->byDIFS != byDIFS) { in CARDbSetPhyParameter()
250 priv->byDIFS = byDIFS; in CARDbSetPhyParameter()
251 iowrite8(priv->byDIFS, priv->port_offset + MAC_REG_DIFS); in CARDbSetPhyParameter()
H A Ddevice.h185 unsigned char byDIFS; member