Searched refs:u4tmp (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8821a2ant.c308 u32 reg_hp_txrx, reg_lp_txrx, u4tmp; halbtc8821a2ant_monitor_bt_ctr() local
314 u4tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); halbtc8821a2ant_monitor_bt_ctr()
315 reg_hp_tx = u4tmp & MASKLWORD; halbtc8821a2ant_monitor_bt_ctr()
316 reg_hp_rx = (u4tmp & MASKHWORD)>>16; halbtc8821a2ant_monitor_bt_ctr()
318 u4tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); halbtc8821a2ant_monitor_bt_ctr()
319 reg_lp_tx = u4tmp & MASKLWORD; halbtc8821a2ant_monitor_bt_ctr()
320 reg_lp_rx = (u4tmp & MASKHWORD)>>16; halbtc8821a2ant_monitor_bt_ctr()
1130 u32 u4tmp = 0; halbtc8821a2ant_set_ant_path() local
1135 u4tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); halbtc8821a2ant_set_ant_path()
1136 u4tmp &= ~BIT23; halbtc8821a2ant_set_ant_path()
1137 u4tmp |= BIT24; halbtc8821a2ant_set_ant_path()
1138 btcoexist->btc_write_4byte(btcoexist, 0x4c, u4tmp); halbtc8821a2ant_set_ant_path()
3346 u32 u4tmp[4]; ex_halbtc8821a2ant_display_coex_info() local
3529 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xcb4); ex_halbtc8821a2ant_display_coex_info()
3532 u4tmp[0]&0xff, ((u4tmp[0]&0x30000000)>>28)); ex_halbtc8821a2ant_display_coex_info()
3535 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x4c); ex_halbtc8821a2ant_display_coex_info()
3536 u4tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x974); ex_halbtc8821a2ant_display_coex_info()
3539 u1tmp[0], ((u4tmp[0]&0x01800000)>>23), u4tmp[1]); ex_halbtc8821a2ant_display_coex_info()
3541 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x550); ex_halbtc8821a2ant_display_coex_info()
3545 u4tmp[0], u1tmp[0]); ex_halbtc8821a2ant_display_coex_info()
3547 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xc50); ex_halbtc8821a2ant_display_coex_info()
3551 u4tmp[0], u1tmp[0]); ex_halbtc8821a2ant_display_coex_info()
3553 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0xf48); ex_halbtc8821a2ant_display_coex_info()
3558 u4tmp[0], (u1tmp[0]<<8) + u1tmp[1]); ex_halbtc8821a2ant_display_coex_info()
3560 u4tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); ex_halbtc8821a2ant_display_coex_info()
3561 u4tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); ex_halbtc8821a2ant_display_coex_info()
3562 u4tmp[2] = btcoexist->btc_read_4byte(btcoexist, 0x6c8); ex_halbtc8821a2ant_display_coex_info()
3565 u4tmp[0], u4tmp[1], u4tmp[2]); ex_halbtc8821a2ant_display_coex_info()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c1236 u32 u4regvalue, mask = 0x1C000, value = 0, u4tmp, u4tmp2; _rtl92d_phy_switch_rf_setting() local
1242 u4tmp = curveindex_5g[channel - 1]; _rtl92d_phy_switch_rf_setting()
1244 "ver 1 set RF-A, 5G, 0x28 = 0x%x !!\n", u4tmp); _rtl92d_phy_switch_rf_setting()
1277 0x7FF) | (u4tmp << 11); _rtl92d_phy_switch_rf_setting()
1341 u4tmp = curveindex_2g[channel - 1]; _rtl92d_phy_switch_rf_setting()
1343 "ver 3 set RF-B, 2G, 0x28 = 0x%x !!\n", u4tmp); _rtl92d_phy_switch_rf_setting()
1387 rf_syn_g4_for_c_cut_2g | (u4tmp << 11)); _rtl92d_phy_switch_rf_setting()
1391 rf_syn_g4_for_c_cut_2g | (u4tmp << 11)); _rtl92d_phy_switch_rf_setting()
2493 u32 smallest_abs_val = 0xffffffff, u4tmp; _rtl92d_phy_calc_curvindex() local
2502 u4tmp = _rtl92d_phy_get_abs(targetchnl[i], _rtl92d_phy_calc_curvindex()
2505 if (u4tmp < smallest_abs_val) { _rtl92d_phy_calc_curvindex()
2507 smallest_abs_val = u4tmp; _rtl92d_phy_calc_curvindex()
2524 u32 u4tmp = 0, u4regvalue = 0; _rtl92d_phy_reload_lck_setting() local
2532 u4tmp = curveindex_5g[channel-1]; _rtl92d_phy_reload_lck_setting()
2534 "ver 1 set RF-A, 5G, 0x28 = 0x%x !!\n", u4tmp); _rtl92d_phy_reload_lck_setting()
2545 rtl_set_rfreg(hw, erfpath, RF_SYN_G4, 0x3f800, u4tmp); _rtl92d_phy_reload_lck_setting()
2551 u4tmp = curveindex_2g[channel-1]; _rtl92d_phy_reload_lck_setting()
2553 "ver 3 set RF-B, 2G, 0x28 = 0x%x !!\n", u4tmp); _rtl92d_phy_reload_lck_setting()
2563 rtl_set_rfreg(hw, erfpath, RF_SYN_G4, 0x3f800, u4tmp); _rtl92d_phy_reload_lck_setting()
2583 u32 u4tmp, offset; _rtl92d_phy_lc_calibrate_sw() local
2611 u4tmp = rtl_get_rfreg(hw, (enum radio_path)index, RF_SYN_G6, _rtl92d_phy_lc_calibrate_sw()
2613 while ((!(u4tmp & BIT(11))) && timecount <= timeout) { _rtl92d_phy_lc_calibrate_sw()
2616 u4tmp = rtl_get_rfreg(hw, (enum radio_path)index, _rtl92d_phy_lc_calibrate_sw()
2621 u4tmp = rtl_get_rfreg(hw, index, RF_SYN_G4, RFREG_OFFSET_MASK); _rtl92d_phy_lc_calibrate_sw()
H A Ddm.c691 u32 u4tmp; rtl92d_dm_rxgain_tracking_thermalmeter() local
693 u4tmp = (index_mapping[(rtlpriv->efuse.eeprom_thermalmeter - rtl92d_dm_rxgain_tracking_thermalmeter()
696 "===> Rx Gain %x\n", u4tmp); rtl92d_dm_rxgain_tracking_thermalmeter()
699 (rtlpriv->phy.reg_rf3c[i] & (~(0xF000))) | u4tmp); rtl92d_dm_rxgain_tracking_thermalmeter()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
H A Dphy.c664 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u4tmp; phy_path_a_rx_iqk() local
715 u4tmp = 0x80007C00 | (reg_e94&0x3FF0000) | ((reg_e9c&0x3FF0000) >> 16); phy_path_a_rx_iqk()
716 phy_set_bb_reg(adapt, rTx_IQK, bMaskDWord, u4tmp); phy_path_a_rx_iqk()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c2291 u32 u4tmp; rtl88ee_gpio_radio_on_off_checking() local
2311 u4tmp = rtl_read_dword(rtlpriv, REG_GPIO_OUTPUT); rtl88ee_gpio_radio_on_off_checking()
2312 e_rfpowerstate_toset = (u4tmp & BIT(31)) ? ERFON : ERFOFF; rtl88ee_gpio_radio_on_off_checking()

Completed in 194 milliseconds