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

  /src/sys/dev/ic/
bwi.c 4154 uint16_t trsw; local in function:bwi_rf_get_gains
4242 * Find out 'trsw', which will be used to calculate
4243 * TRSW(TX/RX switch) RX gain later
4247 trsw = 0x1b;
4249 trsw -= 3;
4254 trsw = 0x18;
4280 rf->rf_rx_gain = trsw * 2;
bwi.c 4154 uint16_t trsw; local in function:bwi_rf_get_gains
4242 * Find out 'trsw', which will be used to calculate
4243 * TRSW(TX/RX switch) RX gain later
4247 trsw = 0x1b;
4249 trsw -= 3;
4254 trsw = 0x18;
4280 rf->rf_rx_gain = trsw * 2;

Completed in 66 milliseconds