Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852a_rfk.c3465 u8 ch = chan->channel, ch_tmp; in _tssi_high_power() local
3473 ch_tmp = ch - 2; in _tssi_high_power()
3475 ch_tmp = ch - 6; in _tssi_high_power()
3477 ch_tmp = ch; in _tssi_high_power()
3480 RTW89_RS_MCS, RTW89_NONBF, ch_tmp); in _tssi_high_power()
3513 u8 ch = chan->channel, ch_tmp; in _tssi_pre_tx() local
3523 ch_tmp = ch - 2; in _tssi_pre_tx()
3525 ch_tmp = ch - 6; in _tssi_pre_tx()
3527 ch_tmp = ch; in _tssi_pre_tx()
3531 RTW89_NONBF, ch_tmp); in _tssi_pre_tx()