Searched refs:rf_off (Results 1 – 3 of 3) sorted by relevance
73 u16 rf_in, rf_off; in mxl301rf_get_rf_strength() local99 rf_off = (rf_off2 & 0x0f) << 5 | (rf_off1 >> 3); in mxl301rf_get_rf_strength()100 level = rf_in - rf_off - (113 << 3); /* x8 dBm */ in mxl301rf_get_rf_strength()105 *out = (rf_in - rf_off + (1 << 9) - 1) * 100 / ((5 << 9) - 2); in mxl301rf_get_rf_strength()
67 rf_off, /* HW/SW Radio OFF or Inactive Power Save */ enumerator
901 static int rf_off(struct st95hf_context *stcontext) in rf_off() function1030 return rf_off(stcontext); in st95hf_switch_rf()