Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8821a2ant.c3562 u8 u1tmp = 0; in ex_btc8821a2ant_init_hwconfig() local
3572 u1tmp = btcoexist->btc_read_1byte(btcoexist, 0x790); in ex_btc8821a2ant_init_hwconfig()
3573 u1tmp &= 0xc0; in ex_btc8821a2ant_init_hwconfig()
3574 u1tmp |= 0x5; in ex_btc8821a2ant_init_hwconfig()
3575 btcoexist->btc_write_1byte(btcoexist, 0x790, u1tmp); in ex_btc8821a2ant_init_hwconfig()
3643 u8 u1tmp[4], i, bt_info_ext, ps_tdma_case = 0; in ex_btc8821a2ant_display_coex_info() local
3772 u1tmp[0] = btcoexist->btc_read_1byte(btcoexist, 0x778); in ex_btc8821a2ant_display_coex_info()
3773 u1tmp[1] = btcoexist->btc_read_1byte(btcoexist, 0x6cc); in ex_btc8821a2ant_display_coex_info()
3776 u1tmp[0], u1tmp[1]); in ex_btc8821a2ant_display_coex_info()
3778 u1tmp[0] = btcoexist->btc_read_1byte(btcoexist, 0x8db); in ex_btc8821a2ant_display_coex_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dhw.c491 u8 u1tmp; in rtl8192se_gpiobit3_cfg_inputmode() local
495 u1tmp = rtl_read_byte(rtlpriv, GPIO_IO_SEL); in rtl8192se_gpiobit3_cfg_inputmode()
498 u1tmp &= HAL_8192S_HW_GPIO_OFF_MASK; in rtl8192se_gpiobit3_cfg_inputmode()
499 rtl_write_byte(rtlpriv, GPIO_IO_SEL, u1tmp); in rtl8192se_gpiobit3_cfg_inputmode()
506 u8 u1tmp; in _rtl92se_rf_onoff_detect() local
511 u1tmp = rtl_read_byte(rtlpriv, GPIO_IO_SEL); in _rtl92se_rf_onoff_detect()
514 u1tmp &= HAL_8192S_HW_GPIO_OFF_MASK; in _rtl92se_rf_onoff_detect()
515 rtl_write_byte(rtlpriv, GPIO_IO_SEL, u1tmp); in _rtl92se_rf_onoff_detect()
522 u1tmp = rtl_read_byte(rtlpriv, GPIO_IN_SE); in _rtl92se_rf_onoff_detect()
523 retval = (u1tmp & HAL_8192S_HW_GPIO_OFF_BIT) ? ERFON : ERFOFF; in _rtl92se_rf_onoff_detect()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/btc/
H A DHalBtc8723a1Ant.c49 u1Byte u1tmp=0; in halbtc8723a1ant_Reg0x550Bit3() local
51 u1tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x550); in halbtc8723a1ant_Reg0x550Bit3()
54 u1tmp |= BIT3; in halbtc8723a1ant_Reg0x550Bit3()
58 u1tmp &= ~BIT3; in halbtc8723a1ant_Reg0x550Bit3()
60 pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x550, u1tmp); in halbtc8723a1ant_Reg0x550Bit3()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/btc/
H A Dhalbtc8723a1ant.c49 u1Byte u1tmp=0; in halbtc8723a1ant_Reg0x550Bit3() local
51 u1tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x550); in halbtc8723a1ant_Reg0x550Bit3()
54 u1tmp |= BIT3; in halbtc8723a1ant_Reg0x550Bit3()
58 u1tmp &= ~BIT3; in halbtc8723a1ant_Reg0x550Bit3()
60 pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x550, u1tmp); in halbtc8723a1ant_Reg0x550Bit3()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/btc/
H A DHalBtc8723a1Ant.c49 u1Byte u1tmp=0; in halbtc8723a1ant_Reg0x550Bit3() local
51 u1tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x550); in halbtc8723a1ant_Reg0x550Bit3()
54 u1tmp |= BIT3; in halbtc8723a1ant_Reg0x550Bit3()
58 u1tmp &= ~BIT3; in halbtc8723a1ant_Reg0x550Bit3()
60 pBtCoexist->fBtcWrite1Byte(pBtCoexist, 0x550, u1tmp); in halbtc8723a1ant_Reg0x550Bit3()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c2174 u8 u1tmp = 0; in rtl92cu_gpio_radio_on_off_checking() local
2195 u1tmp = rtl_read_byte(rtlpriv, REG_HSISR); in rtl92cu_gpio_radio_on_off_checking()
2196 e_rfpowerstate_toset = (u1tmp & BIT(7)) ? in rtl92cu_gpio_radio_on_off_checking()
2199 "pwrdown, 0x5c(BIT7)=%02x\n", u1tmp); in rtl92cu_gpio_radio_on_off_checking()
2204 u1tmp = rtl_read_byte(rtlpriv, REG_GPIO_IO_SEL); in rtl92cu_gpio_radio_on_off_checking()
2205 e_rfpowerstate_toset = (u1tmp & BIT(3)) ? in rtl92cu_gpio_radio_on_off_checking()
2208 "GPIO_IN=%02x\n", u1tmp); in rtl92cu_gpio_radio_on_off_checking()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c2085 u8 u1tmp; in rtl8723e_gpio_radio_on_off_checking() local
2106 u1tmp = rtl_read_byte(rtlpriv, REG_GPIO_PIN_CTRL_2); in rtl8723e_gpio_radio_on_off_checking()
2109 e_rfpowerstate_toset = (u1tmp & BIT(1)) ? ERFOFF : ERFON; in rtl8723e_gpio_radio_on_off_checking()
2111 e_rfpowerstate_toset = (u1tmp & BIT(1)) ? ERFON : ERFOFF; in rtl8723e_gpio_radio_on_off_checking()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.c2473 u8 u1tmp; in rtl8723be_gpio_radio_on_off_checking() local
2494 u1tmp = rtl_read_byte(rtlpriv, REG_GPIO_PIN_CTRL_2); in rtl8723be_gpio_radio_on_off_checking()
2497 e_rfpowerstate_toset = (u1tmp & BIT(1)) ? ERFOFF : ERFON; in rtl8723be_gpio_radio_on_off_checking()
2499 e_rfpowerstate_toset = (u1tmp & BIT(1)) ? ERFON : ERFOFF; in rtl8723be_gpio_radio_on_off_checking()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.c2041 u8 u1tmp; in rtl92de_gpio_radio_on_off_checking() local
2059 u1tmp = rtl_read_byte(rtlpriv, REG_GPIO_IO_SEL); in rtl92de_gpio_radio_on_off_checking()
2060 e_rfpowerstate_toset = (u1tmp & BIT(3)) ? ERFON : ERFOFF; in rtl92de_gpio_radio_on_off_checking()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c2008 u8 u1tmp; in rtl92ce_gpio_radio_on_off_checking() local
2030 u1tmp = rtl_read_byte(rtlpriv, REG_GPIO_IO_SEL); in rtl92ce_gpio_radio_on_off_checking()
2031 e_rfpowerstate_toset = (u1tmp & BIT(3)) ? ERFON : ERFOFF; in rtl92ce_gpio_radio_on_off_checking()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c3754 u8 u1tmp = 0; in rtl8821ae_gpio_radio_on_off_checking() local
3776 u1tmp = rtl_read_byte(rtlpriv, REG_GPIO_PIN_CTRL_2); in rtl8821ae_gpio_radio_on_off_checking()
3779 e_rfpowerstate_toset = (u1tmp & BIT(1)) ? ERFOFF : ERFON; in rtl8821ae_gpio_radio_on_off_checking()
3781 e_rfpowerstate_toset = (u1tmp & BIT(1)) ? ERFON : ERFOFF; in rtl8821ae_gpio_radio_on_off_checking()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/
H A Drtl8188e_phycfg.c1796 u8 u1tmp = 0; in PHY_SetRFEReg_8188E() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/
H A Drtl8821c_phy.c482 u8 u1tmp = 0; in need_switch_band() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/rtl8821c/
H A Drtl8821c_phy.c480 u8 u1tmp = 0; in need_switch_band() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/
H A Drtl8822b_phy.c1116 u8 u1tmp = 0; in need_switch_band() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/rtl8822b/
H A Drtl8822b_phy.c796 u8 u1tmp = 0; in need_switch_band() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/
H A Drtl8822c_phy.c815 u8 u1tmp = 0; in need_switch_band() local