Searched refs:C_SIFS_BG (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/vt6656/
H A Dbaseband.h51 #define C_SIFS_BG 10 macro
H A Dcard.c496 pDevice->uSIFS = C_SIFS_BG;
497 pDevice->uDIFS = C_SIFS_BG + 2*C_SLOT_LONG;
507 pDevice->uSIFS = C_SIFS_BG;
513 pDevice->uDIFS = C_SIFS_BG + 2*pDevice->uSlot;
/drivers/staging/vt6655/
H A Dcard.c67 #define C_SIFS_BG 10 macro
507 bySIFS = C_SIFS_BG;
508 byDIFS = C_SIFS_BG + 2*C_SLOT_LONG;
533 bySIFS = C_SIFS_BG;
536 byDIFS = C_SIFS_BG + 2*C_SLOT_SHORT;
539 byDIFS = C_SIFS_BG + 2*C_SLOT_LONG;
1870 pDevice->uSIFS = C_SIFS_BG;
1871 pDevice->uDIFS = C_SIFS_BG + 2*C_SLOT_LONG;
1876 pDevice->uSIFS = C_SIFS_BG;
1882 pDevice->uDIFS = C_SIFS_BG
[all...]

Completed in 223 milliseconds