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

/drivers/net/wireless/rtlwifi/btcoexist/
H A Dhalbtc8723b1ant.c406 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; local
413 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx);
414 reg_hp_tx = u32tmp & MASKLWORD;
415 reg_hp_rx = (u32tmp & MASKHWORD) >> 16;
417 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx);
418 reg_lp_tx = u32tmp & MASKLWORD;
419 reg_lp_rx = (u32tmp & MASKHWORD) >> 16;
972 u32 fw_ver = 0, u32tmp = 0; local
999 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c);
1000 u32tmp
2304 u32 u32tmp = 0; local
2404 u32 u32tmp[4]; local
[all...]
H A Dhalbtc8723b2ant.c275 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; local
282 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx);
283 reg_hp_tx = u32tmp & MASKLWORD;
284 reg_hp_rx = (u32tmp & MASKHWORD) >> 16;
286 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx);
287 reg_lp_tx = u32tmp & MASKLWORD;
288 reg_lp_rx = (u32tmp & MASKHWORD) >> 16;
1181 u32 fw_ver = 0, u32tmp = 0; local
1194 u32tmp = btcoexist->btc_read_4byte(btcoexist, 0x4c);
1195 u32tmp
3164 u32 u32tmp[4]; local
[all...]
H A Dhalbtc8192e2ant.c483 u32 reg_hp_txrx, reg_lp_txrx, u32tmp; local
489 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_hp_txrx);
490 reg_hp_tx = u32tmp & MASKLWORD;
491 reg_hp_rx = (u32tmp & MASKHWORD)>>16;
493 u32tmp = btcoexist->btc_read_4byte(btcoexist, reg_lp_txrx);
494 reg_lp_tx = u32tmp & MASKLWORD;
495 reg_lp_rx = (u32tmp & MASKHWORD)>>16;
3311 u32 u32tmp[4]; local
3478 u32tmp[0] = btcoexist->btc_read_4byte(btcoexist, 0x430);
3479 u32tmp[
[all...]
/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c680 u32 u32tmp; local
714 u32tmp = u64tmp & 0x3fffff;
716 dev_dbg(&s->udev->dev, "f_if=%u if_ctl=%08x\n", f_if, u32tmp);
718 buf[0] = (u32tmp >> 16) & 0xff;
719 buf[1] = (u32tmp >> 8) & 0xff;
720 buf[2] = (u32tmp >> 0) & 0xff;
749 u32tmp = div_u64(s->cfg->xtal * 0x400000ULL, f_sr * 4U);
750 u32tmp <<= 2;
751 buf[0] = (u32tmp >> 24) & 0xff;
752 buf[1] = (u32tmp >> 1
[all...]
/drivers/infiniband/hw/nes/
H A Dnes_mgt.c414 u32 u32tmp; local
432 u32tmp = fpdu_info->hdr_len << 16;
433 u32tmp |= fpdu_info->hdr_len + (u32)fpdu_info->data_len;
435 u32tmp);
437 u32tmp = (fpdu_info->frags[1].frag_len << 16) | fpdu_info->frags[0].frag_len;
439 u32tmp);
441 u32tmp = (fpdu_info->frags[3].frag_len << 16) | fpdu_info->frags[2].frag_len;
443 u32tmp);
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dphy.c1622 u32 reg_eac, reg_e94, reg_e9c, reg_ea4, u32tmp, tmp; local
1695 u32tmp = 0x80007C00 | (reg_e94 & 0x3FF0000) |
1697 rtl_set_bbreg(hw, RTX_IQK, MASKDWORD, u32tmp);
1842 u32 reg_e94, reg_e9c, reg_ea4, reg_eac, u32tmp, tmp; local
1914 u32tmp = 0x80007C00 | (reg_e94 & 0x3FF0000) |
1916 rtl_set_bbreg(hw, RTX_IQK, MASKDWORD, u32tmp);

Completed in 216 milliseconds