Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Drtw8821c.c688 bool polarity_inverse; in rtw8821c_coex_cfg_ant_switch() local
700 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8821c_coex_cfg_ant_switch()
716 regval = (!polarity_inverse ? 0x2 : 0x1); in rtw8821c_coex_cfg_ant_switch()
718 regval = (!polarity_inverse ? 0x2 : 0x1); in rtw8821c_coex_cfg_ant_switch()
720 regval = (!polarity_inverse ? 0x1 : 0x2); in rtw8821c_coex_cfg_ant_switch()
733 regval = (!polarity_inverse ? 0x2 : 0x1); in rtw8821c_coex_cfg_ant_switch()
746 regval = (!polarity_inverse ? 0x0 : 0x1); in rtw8821c_coex_cfg_ant_switch()
H A Drtw8822b.c1146 bool polarity_inverse; in rtw8822b_coex_cfg_ant_switch() local
1158 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8822b_coex_cfg_ant_switch()
1175 regval = (!polarity_inverse ? 0x2 : 0x1); in rtw8822b_coex_cfg_ant_switch()
1177 regval = (!polarity_inverse ? 0x2 : 0x1); in rtw8822b_coex_cfg_ant_switch()
1179 regval = (!polarity_inverse ? 0x1 : 0x2); in rtw8822b_coex_cfg_ant_switch()
1192 regval = (!polarity_inverse ? 0x2 : 0x1); in rtw8822b_coex_cfg_ant_switch()
1206 regval = (!polarity_inverse ? 0x0 : 0x1); in rtw8822b_coex_cfg_ant_switch()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/btc/
H A Dhalbtc8821c2ant.c2389 boolean polarity_inverse = FALSE; in halbtc8821c2ant_set_ant_switch() local
2413 polarity_inverse = !polarity_inverse; in halbtc8821c2ant_set_ant_switch()
2417 polarity_inverse = !polarity_inverse; in halbtc8821c2ant_set_ant_switch()
2428 polarity_inverse = !polarity_inverse; in halbtc8821c2ant_set_ant_switch()
2448 val = (!polarity_inverse ? 0x1 : 0x2); in halbtc8821c2ant_set_ant_switch()
2461 val = (!polarity_inverse ? 0x2 : 0x1); in halbtc8821c2ant_set_ant_switch()
2481 val = (!polarity_inverse ? 0x0 : 0x1); in halbtc8821c2ant_set_ant_switch()
H A Dhalbtc8821c1ant.c2351 boolean polarity_inverse = FALSE; in halbtc8821c1ant_set_ant_switch() local
2375 polarity_inverse = !polarity_inverse; in halbtc8821c1ant_set_ant_switch()
2379 polarity_inverse = !polarity_inverse; in halbtc8821c1ant_set_ant_switch()
2390 polarity_inverse = !polarity_inverse; in halbtc8821c1ant_set_ant_switch()
2410 val = (!polarity_inverse ? 0x1 : 0x2); in halbtc8821c1ant_set_ant_switch()
2423 val = (!polarity_inverse ? 0x2 : 0x1); in halbtc8821c1ant_set_ant_switch()
2443 val = (!polarity_inverse ? 0x0 : 0x1); in halbtc8821c1ant_set_ant_switch()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/btc/
H A Dhalbtc8821c1ant.c2348 boolean polarity_inverse = FALSE; in halbtc8821c1ant_set_ant_switch() local
2372 polarity_inverse = !polarity_inverse; in halbtc8821c1ant_set_ant_switch()
2376 polarity_inverse = !polarity_inverse; in halbtc8821c1ant_set_ant_switch()
2387 polarity_inverse = !polarity_inverse; in halbtc8821c1ant_set_ant_switch()
2407 val = (!polarity_inverse ? 0x1 : 0x2); in halbtc8821c1ant_set_ant_switch()
2420 val = (!polarity_inverse ? 0x2 : 0x1); in halbtc8821c1ant_set_ant_switch()
2440 val = (!polarity_inverse ? 0x0 : 0x1); in halbtc8821c1ant_set_ant_switch()
H A Dhalbtc8821c2ant.c2391 boolean polarity_inverse = FALSE; in halbtc8821c2ant_set_ant_switch() local
2415 polarity_inverse = !polarity_inverse; in halbtc8821c2ant_set_ant_switch()
2419 polarity_inverse = !polarity_inverse; in halbtc8821c2ant_set_ant_switch()
2430 polarity_inverse = !polarity_inverse; in halbtc8821c2ant_set_ant_switch()
2450 val = (!polarity_inverse ? 0x1 : 0x2); in halbtc8821c2ant_set_ant_switch()
2463 val = (!polarity_inverse ? 0x2 : 0x1); in halbtc8821c2ant_set_ant_switch()
2483 val = (!polarity_inverse ? 0x0 : 0x1); in halbtc8821c2ant_set_ant_switch()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/btc/
H A Dhalbtc8822b1ant.c2398 boolean polarity_inverse; in hallbtc8822b1ant_set_ant_switch() local
2416 polarity_inverse = (rfe_type->ext_switch_polarity == 1); in hallbtc8822b1ant_set_ant_switch()
2437 val = (!polarity_inverse ? 0x2 : 0x1); in hallbtc8822b1ant_set_ant_switch()
2439 val = (!polarity_inverse ? 0x2 : 0x1); in hallbtc8822b1ant_set_ant_switch()
2441 val = (!polarity_inverse ? 0x1 : 0x2); in hallbtc8822b1ant_set_ant_switch()
2456 val = (!polarity_inverse ? 0x2 : 0x1); in hallbtc8822b1ant_set_ant_switch()
2477 val = (!polarity_inverse ? 0x0 : 0x1); in hallbtc8822b1ant_set_ant_switch()
H A Dhalbtc8822b2ant.c2436 boolean polarity_inverse; in hallbtc8822b2ant_set_ant_switch() local
2454 polarity_inverse = (rfe_type->ext_switch_polarity == 1); in hallbtc8822b2ant_set_ant_switch()
2471 val = (!polarity_inverse ? 0x2 : 0x1); in hallbtc8822b2ant_set_ant_switch()
2473 val = (!polarity_inverse ? 0x1 : 0x2); in hallbtc8822b2ant_set_ant_switch()
2487 val = (!polarity_inverse ? 0x2 : 0x1); in hallbtc8822b2ant_set_ant_switch()
2508 val = (!polarity_inverse ? 0x0 : 0x1); in hallbtc8822b2ant_set_ant_switch()