Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8723b1ant.c406 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in halbtc8723b1ant_monitor_bt_ctr() local
413 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in halbtc8723b1ant_monitor_bt_ctr()
414 reg_hp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr()
415 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8723b1ant_monitor_bt_ctr()
417 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in halbtc8723b1ant_monitor_bt_ctr()
418 reg_lp_tx = u32tmp & MASKLWORD; in halbtc8723b1ant_monitor_bt_ctr()
419 reg_lp_rx = (u32tmp & MASKHWORD) >> 16; in halbtc8723b1ant_monitor_bt_ctr()
972 u32 fw_ver = 0, u32tmp = 0; in halbtc8723b1ant_SetAntPath() local
999 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in halbtc8723b1ant_SetAntPath()
1000 u32tmp &= ~BIT23; in halbtc8723b1ant_SetAntPath()
[all …]
Dhalbtc8723b2ant.c275 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in btc8723b2ant_monitor_bt_ctr() local
282 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in btc8723b2ant_monitor_bt_ctr()
283 reg_hp_tx = u32tmp & MASKLWORD; in btc8723b2ant_monitor_bt_ctr()
284 reg_hp_rx = (u32tmp & MASKHWORD) >> 16; in btc8723b2ant_monitor_bt_ctr()
286 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in btc8723b2ant_monitor_bt_ctr()
287 reg_lp_tx = u32tmp & MASKLWORD; in btc8723b2ant_monitor_bt_ctr()
288 reg_lp_rx = (u32tmp & MASKHWORD) >> 16; in btc8723b2ant_monitor_bt_ctr()
1181 u32 fw_ver = 0, u32tmp = 0; in btc8723b2ant_set_ant_path() local
1194 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c); in btc8723b2ant_set_ant_path()
1195 u32tmp &= ~BIT23; in btc8723b2ant_set_ant_path()
[all …]
Dhalbtc8192e2ant.c483 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; in halbtc8192e2ant_monitor_bt_ctr() local
489 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx); in halbtc8192e2ant_monitor_bt_ctr()
490 reg_hp_tx = u32tmp & MASKLWORD; in halbtc8192e2ant_monitor_bt_ctr()
491 reg_hp_rx = (u32tmp & MASKHWORD)>>16; in halbtc8192e2ant_monitor_bt_ctr()
493 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx); in halbtc8192e2ant_monitor_bt_ctr()
494 reg_lp_tx = u32tmp & MASKLWORD; in halbtc8192e2ant_monitor_bt_ctr()
495 reg_lp_rx = (u32tmp & MASKHWORD)>>16; in halbtc8192e2ant_monitor_bt_ctr()
3311 u32 u32tmp[4]; in ex_halbtc8192e2ant_display_coex_info() local
3478 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x430); in ex_halbtc8192e2ant_display_coex_info()
3479 u32tmp[1] = btcoexist->btc_read_4byte(btcoexist, 0x434); in ex_halbtc8192e2ant_display_coex_info()
[all …]
/linux-4.4.14/drivers/media/dvb-frontends/
Drtl2832_sdr.c549 u32 u32tmp; in rtl2832_sdr_set_adc() local
583 u32tmp = u64tmp & 0x3fffff; in rtl2832_sdr_set_adc()
585 dev_dbg(&pdev->dev, "f_if=%u if_ctl=%08x\n", f_if, u32tmp); in rtl2832_sdr_set_adc()
587 buf[0] = (u32tmp >> 16) & 0xff; in rtl2832_sdr_set_adc()
588 buf[1] = (u32tmp >> 8) & 0xff; in rtl2832_sdr_set_adc()
589 buf[2] = (u32tmp >> 0) & 0xff; in rtl2832_sdr_set_adc()
618 u32tmp = div_u64(pdata->clk * 0x400000ULL, f_sr * 4U); in rtl2832_sdr_set_adc()
619 u32tmp <<= 2; in rtl2832_sdr_set_adc()
620 buf[0] = (u32tmp >> 24) & 0xff; in rtl2832_sdr_set_adc()
621 buf[1] = (u32tmp >> 16) & 0xff; in rtl2832_sdr_set_adc()
[all …]
/linux-4.4.14/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-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c1597 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u32tmp, tmp; in _rtl8723be_phy_path_a_rx_iqk() local
1670 u32tmp = 0x80007C00 | (reg_e94 & 0x3FF0000) | in _rtl8723be_phy_path_a_rx_iqk()
1672 rtl_set_bbreg(hw, RTX_IQK, MASKDWORD, u32tmp); in _rtl8723be_phy_path_a_rx_iqk()
1817 u32 reg_e94, reg_e9c, reg_ea4, reg_eac, u32tmp, tmp; in _rtl8723be_phy_path_b_rx_iqk() local
1889 u32tmp = 0x80007C00 | (reg_e94 & 0x3FF0000) | in _rtl8723be_phy_path_b_rx_iqk()
1891 rtl_set_bbreg(hw, RTX_IQK, MASKDWORD, u32tmp); in _rtl8723be_phy_path_b_rx_iqk()