Lines Matching refs:value
56 * Use default noise value of -127 ... this is below the range of measurable
60 * always negative ... using a negative value as the default keeps all
67 * a value of 0 means RTS on all data/management packets
68 * a value > max MSDU size means no RTS
70 * than RTS value.
169 * Driver reads 16-bit value from bits 31-16 of CSR_EEPROM_REG.
303 * constant (i.e. same value applies to all channels/bands) while the
824 u32 ct_kill_threshold; /* value in hw-dependent units */
1057 * host interrupt timeout value
2021 u32 value;
2026 value = _il_rd(il, reg);
2029 return value;
2033 il_wr(struct il_priv *il, u32 reg, u32 value)
2039 _il_wr(il, reg, value);