HomeSort by: relevance | last modified time | path
    Searched defs:adjust_state (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
bwi.c 5343 int found, loop_count, adjust_state; local in function:bwi_rf_lo_measure_11g
5350 adjust_state = 0;
5356 if (adjust_state == 0) {
5359 } else if (adjust_state % 2 == 0) {
5360 i = adjust_state - 1;
5361 fin = adjust_state + 1;
5363 i = adjust_state - 2;
5364 fin = adjust_state + 2;
5391 adjust_state = i;
bwi.c 5343 int found, loop_count, adjust_state; local in function:bwi_rf_lo_measure_11g
5350 adjust_state = 0;
5356 if (adjust_state == 0) {
5359 } else if (adjust_state % 2 == 0) {
5360 i = adjust_state - 1;
5361 fin = adjust_state + 1;
5363 i = adjust_state - 2;
5364 fin = adjust_state + 2;
5391 adjust_state = i;
bwi.c 5343 int found, loop_count, adjust_state; local in function:bwi_rf_lo_measure_11g
5350 adjust_state = 0;
5356 if (adjust_state == 0) {
5359 } else if (adjust_state % 2 == 0) {
5360 i = adjust_state - 1;
5361 fin = adjust_state + 1;
5363 i = adjust_state - 2;
5364 fin = adjust_state + 2;
5391 adjust_state = i;

Completed in 49 milliseconds