Home
last modified time | relevance | path

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

/linux/drivers/staging/vt6655/
A Dcard.c184 unsigned char bySIFS = 0; in CARDbSetPhyParameter() local
214 bySIFS = C_SIFS_A; in CARDbSetPhyParameter()
237 bySIFS = C_SIFS_BG; in CARDbSetPhyParameter()
259 bySIFS = C_SIFS_BG; in CARDbSetPhyParameter()
284 bySIFS -= 3; in CARDbSetPhyParameter()
293 if (priv->bySIFS != bySIFS) { in CARDbSetPhyParameter()
294 priv->bySIFS = bySIFS; in CARDbSetPhyParameter()
295 VNSvOutPortB(priv->port_offset + MAC_REG_SIFS, priv->bySIFS); in CARDbSetPhyParameter()
A Ddevice.h186 unsigned char bySIFS; member

Completed in 6 milliseconds