Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dcard.c390 unsigned char byDIFS = 0; in CARDbSetPhyParameter() local
424 byDIFS = C_SIFS_A + 2*C_SLOT_SHORT; in CARDbSetPhyParameter()
450 byDIFS = C_SIFS_BG + 2*C_SLOT_LONG; in CARDbSetPhyParameter()
478 byDIFS = C_SIFS_BG + 2*C_SLOT_SHORT; in CARDbSetPhyParameter()
481 byDIFS = C_SIFS_BG + 2*C_SLOT_LONG; in CARDbSetPhyParameter()
509 byDIFS -= 3; in CARDbSetPhyParameter()
519 if (pDevice->byDIFS != byDIFS) { in CARDbSetPhyParameter()
520 pDevice->byDIFS = byDIFS; in CARDbSetPhyParameter()
521 VNSvOutPortB(pDevice->PortOffset + MAC_REG_DIFS, pDevice->byDIFS); in CARDbSetPhyParameter()
Ddevice.h438 unsigned char byDIFS; member