Searched refs:byDIFS (Results 1 – 2 of 2) sorted by relevance
190 unsigned char byDIFS = 0; in CARDbSetPhyParameter() local199 byDIFS = C_SIFS_A + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()206 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()215 byDIFS = C_SIFS_BG + 2 * C_SLOT_SHORT; in CARDbSetPhyParameter()218 byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG; in CARDbSetPhyParameter()237 byDIFS -= 3; in CARDbSetPhyParameter()249 if (priv->byDIFS != byDIFS) { in CARDbSetPhyParameter()250 priv->byDIFS = byDIFS; in CARDbSetPhyParameter()251 iowrite8(priv->byDIFS, priv->port_offset + MAC_REG_DIFS); in CARDbSetPhyParameter()
185 unsigned char byDIFS; member