Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/rtw89/
HDrtw8852a_rfk.c3492 u8 ch = chan->channel, ch_tmp; in _tssi_high_power() local
3500 ch_tmp = ch - 2; in _tssi_high_power()
3502 ch_tmp = ch - 6; in _tssi_high_power()
3504 ch_tmp = ch; in _tssi_high_power()
3507 RTW89_RS_MCS, RTW89_NONBF, ch_tmp); in _tssi_high_power()
3540 u8 ch = chan->channel, ch_tmp; in _tssi_pre_tx() local
3550 ch_tmp = ch - 2; in _tssi_pre_tx()
3552 ch_tmp = ch - 6; in _tssi_pre_tx()
3554 ch_tmp = ch; in _tssi_pre_tx()
3558 RTW89_NONBF, ch_tmp); in _tssi_pre_tx()