Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8723b1ant.c227 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in halbtc8723b1ant_monitor_bt_ctr() local
235 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in halbtc8723b1ant_monitor_bt_ctr()
236 reg_hp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr()
237 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8723b1ant_monitor_bt_ctr()
239 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in halbtc8723b1ant_monitor_bt_ctr()
240 reg_lp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr()
241 reg_lp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8723b1ant_monitor_bt_ctr()
799 u32 fw_ver = 0, u32tmp = 0, cnt_bt_cal_chk = 0; in halbtc8723b1ant_set_ant_path() local
867 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8723b1ant_set_ant_path()
868 u32tmp &= ~BIT23; in halbtc8723b1ant_set_ant_path()
[all …]
Dhalbtc8723b2ant.c270 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in btc8723b2ant_monitor_bt_ctr() local
277 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in btc8723b2ant_monitor_bt_ctr()
278 reg_hp_tx = u32tmp & MASKLWORD; in btc8723b2ant_monitor_bt_ctr()
279 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in btc8723b2ant_monitor_bt_ctr()
281 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in btc8723b2ant_monitor_bt_ctr()
282 reg_lp_tx = u32tmp & MASKLWORD; in btc8723b2ant_monitor_bt_ctr()
283 reg_lp_rx = (u32tmp & MASKHWORD) >> 16; in btc8723b2ant_monitor_bt_ctr()
1115 u32 fw_ver = 0, u32tmp = 0; in btc8723b2ant_set_ant_path() local
1179 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in btc8723b2ant_set_ant_path()
1180 u32tmp &= ~BIT23; in btc8723b2ant_set_ant_path()
[all …]
Dhalbtc8192e2ant.c413 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in btc8192e2ant_monitor_bt_ctr() local
419 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in btc8192e2ant_monitor_bt_ctr()
420 reg_hp_tx = u32tmp & MASKLWORD; in btc8192e2ant_monitor_bt_ctr()
421 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in btc8192e2ant_monitor_bt_ctr()
423 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in btc8192e2ant_monitor_bt_ctr()
424 reg_lp_tx = u32tmp & MASKLWORD; in btc8192e2ant_monitor_bt_ctr()
425 reg_lp_rx = (u32tmp & MASKHWORD) >> 16; in btc8192e2ant_monitor_bt_ctr()
2714 u32 u32tmp[4]; in ex_btc8192e2ant_display_coex_info() local
2858 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x430); in ex_btc8192e2ant_display_coex_info()
2859 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x434); in ex_btc8192e2ant_display_coex_info()
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/
Dhalbtc8822b2ant.c213 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in halbtc8822b2ant_monitor_bt_ctr() local
222 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in halbtc8822b2ant_monitor_bt_ctr()
223 reg_hp_tx = u32tmp & MASKLWORD; in halbtc8822b2ant_monitor_bt_ctr()
224 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8822b2ant_monitor_bt_ctr()
226 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in halbtc8822b2ant_monitor_bt_ctr()
227 reg_lp_tx = u32tmp & MASKLWORD; in halbtc8822b2ant_monitor_bt_ctr()
228 reg_lp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8822b2ant_monitor_bt_ctr()
4036 u32 u32tmp[4]; in ex_btc8822b2ant_display_coex_info() local
4298 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_btc8822b2ant_display_coex_info()
4299 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_btc8822b2ant_display_coex_info()
[all …]
Dhalbtc8822b1ant.c301 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in halbtc8822b1ant_monitor_bt_ctr() local
309 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in halbtc8822b1ant_monitor_bt_ctr()
310 reg_hp_tx = u32tmp & MASKLWORD; in halbtc8822b1ant_monitor_bt_ctr()
311 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8822b1ant_monitor_bt_ctr()
313 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in halbtc8822b1ant_monitor_bt_ctr()
314 reg_lp_tx = u32tmp & MASKLWORD; in halbtc8822b1ant_monitor_bt_ctr()
315 reg_lp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8822b1ant_monitor_bt_ctr()
3943 u32 u32tmp[4]; in ex_btc8822b1ant_display_coex_info() local
4201 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x6c0); in ex_btc8822b1ant_display_coex_info()
4202 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x6c4); in ex_btc8822b1ant_display_coex_info()
[all …]
/Linux-v4.19/drivers/media/dvb-frontends/
Drtl2832_sdr.c509 u32 u32tmp; in rtl2832_sdr_set_adc() local
543 u32tmp = u64tmp & 0x3fffff; in rtl2832_sdr_set_adc()
545 dev_dbg(&pdev->dev, "f_if=%u if_ctl=%08x\n", f_if, u32tmp); in rtl2832_sdr_set_adc()
547 buf[0] = (u32tmp >> 16) & 0xff; in rtl2832_sdr_set_adc()
548 buf[1] = (u32tmp >> 8) & 0xff; in rtl2832_sdr_set_adc()
549 buf[2] = (u32tmp >> 0) & 0xff; in rtl2832_sdr_set_adc()
578 u32tmp = div_u64(pdata->clk * 0x400000ULL, f_sr * 4U); in rtl2832_sdr_set_adc()
579 u32tmp <<= 2; in rtl2832_sdr_set_adc()
580 buf[0] = (u32tmp >> 24) & 0xff; in rtl2832_sdr_set_adc()
581 buf[1] = (u32tmp >> 16) & 0xff; in rtl2832_sdr_set_adc()
[all …]
Dsi2165.c679 u32 u32tmp; in si2165_read_status() local
729 ret = si2165_readreg24(state, REG_C_N, &u32tmp); in si2165_read_status()
742 u32tmp = (1000 * 10 * (121210686 - (u64)intlog10(u32tmp))) in si2165_read_status()
745 c->cnr.stat[0].svalue = u32tmp; in si2165_read_status()
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_mgt.c414 u32 u32tmp; in forward_fpdus() local
432 u32tmp = fpdu_info->hdr_len << 16; in forward_fpdus()
433 u32tmp |= fpdu_info->hdr_len + (u32)fpdu_info->data_len; in forward_fpdus()
435 u32tmp); in forward_fpdus()
437 u32tmp = (fpdu_info->frags[1].frag_len << 16) | fpdu_info->frags[0].frag_len; in forward_fpdus()
439 u32tmp); in forward_fpdus()
441 u32tmp = (fpdu_info->frags[3].frag_len << 16) | fpdu_info->frags[2].frag_len; in forward_fpdus()
443 u32tmp); in forward_fpdus()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c1544 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u32tmp, tmp; in _rtl8723be_phy_path_a_rx_iqk() local
1617 u32tmp = 0x80007C00 | (reg_e94 & 0x3FF0000) | in _rtl8723be_phy_path_a_rx_iqk()
1619 rtl_set_bbreg(hw, RTX_IQK, MASKDWORD, u32tmp); in _rtl8723be_phy_path_a_rx_iqk()
1764 u32 reg_e94, reg_e9c, reg_ea4, reg_eac, u32tmp, tmp; in _rtl8723be_phy_path_b_rx_iqk() local
1836 u32tmp = 0x80007C00 | (reg_e94 & 0x3FF0000) | in _rtl8723be_phy_path_b_rx_iqk()
1838 rtl_set_bbreg(hw, RTX_IQK, MASKDWORD, u32tmp); in _rtl8723be_phy_path_b_rx_iqk()