Home
last modified time | relevance | path

Searched refs:ht40_2s_tx_pwr_diff (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_rom.c105 rt->ht40_2s_tx_pwr_diff[0][j] = in r92c_parse_rom()
106 MS(rom->ht40_2s_tx_pwr_diff[j], LOW_PART); in r92c_parse_rom()
118 rt->ht40_2s_tx_pwr_diff[1][j] = in r92c_parse_rom()
119 MS(rom->ht40_2s_tx_pwr_diff[j], HIGH_PART); in r92c_parse_rom()
H A Dr92c_rom_image.h45 uint8_t ht40_2s_tx_pwr_diff[R92C_GROUP_2G]; member
H A Dr92c_priv.h31 int8_t ht40_2s_tx_pwr_diff[R92C_MAX_CHAINS][R92C_GROUP_2G]; member
H A Dr92c_chan.c130 diff = rt->ht40_2s_tx_pwr_diff[chain][group]; in r92c_get_txpower()