Searched defs:byDIFS (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/vt6655/
H A Dcard.c390 unsigned char byDIFS = 0; local
424 byDIFS = C_SIFS_A + 2*C_SLOT_SHORT;
450 byDIFS = C_SIFS_BG + 2*C_SLOT_LONG;
478 byDIFS = C_SIFS_BG + 2*C_SLOT_SHORT;
481 byDIFS = C_SIFS_BG + 2*C_SLOT_LONG;
509 byDIFS -= 3;
519 if (pDevice->byDIFS != byDIFS) {
520 pDevice->byDIFS = byDIFS;
[all...]
H A Ddevice.h438 unsigned char byDIFS; member in struct:vnt_private

Completed in 50 milliseconds