Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dcard.c185 unsigned char bySIFS = 0; in CARDbSetPhyParameter() local
215 bySIFS = C_SIFS_A; in CARDbSetPhyParameter()
238 bySIFS = C_SIFS_BG; in CARDbSetPhyParameter()
260 bySIFS = C_SIFS_BG; in CARDbSetPhyParameter()
285 bySIFS -= 3; in CARDbSetPhyParameter()
294 if (priv->bySIFS != bySIFS) { in CARDbSetPhyParameter()
295 priv->bySIFS = bySIFS; in CARDbSetPhyParameter()
296 VNSvOutPortB(priv->PortOffset + MAC_REG_SIFS, priv->bySIFS); in CARDbSetPhyParameter()
Ddevice.h188 unsigned char bySIFS; member