Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6655/
Dcard.c210 unsigned char bySIFS = 0; in CARDbSetPhyParameter() local
240 bySIFS = C_SIFS_A; in CARDbSetPhyParameter()
263 bySIFS = C_SIFS_BG; in CARDbSetPhyParameter()
285 bySIFS = C_SIFS_BG; in CARDbSetPhyParameter()
310 bySIFS -= 3; in CARDbSetPhyParameter()
319 if (pDevice->bySIFS != bySIFS) { in CARDbSetPhyParameter()
320 pDevice->bySIFS = bySIFS; in CARDbSetPhyParameter()
321 VNSvOutPortB(pDevice->PortOffset + MAC_REG_SIFS, pDevice->bySIFS); in CARDbSetPhyParameter()
Ddevice.h312 unsigned char bySIFS; member