Searched refs:tmp16 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/arm64/arm64/ |
H A D | db_interface.c | 120 uint16_t tmp16; in db_read_bytes() local 140 tmp16 = *((const uint16_t *)src); in db_read_bytes() 141 src = (const char *)&tmp16; in db_read_bytes()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
H A D | aead_aes256gcm_aesni.c | 206 __m128i tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16, tmp17, tmp18; in addmul() local 237 tmp16 = _mm_slli_epi32(tmp15, 1); in addmul() 242 tmp29 = _mm_or_si128(tmp16, tmp25); in addmul() 279 __m128i tmp16 = _mm_slli_epi32(tmp15, 1); in mulv() local 284 __m128i tmp29 = _mm_or_si128(tmp16, tmp25); in mulv()
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | 3300 uint16_t tmp16; in bwn_nphy_workarounds_rev3plus() local 3340 tmp16 = (bwn_current_band(mac) == BWN_BAND_2G) ? in bwn_nphy_workarounds_rev3plus() 3342 BWN_PHY_WRITE(mac, BWN_NPHY_ENDROP_TLEN, tmp16); in bwn_nphy_workarounds_rev3plus() 3409 tmp16 = 0x96; in bwn_nphy_workarounds_rev3plus() 3413 tmp16 = 0x89; in bwn_nphy_workarounds_rev3plus() 3419 tmp16 = 0x8b; in bwn_nphy_workarounds_rev3plus() 3423 tmp16 = 0x70; in bwn_nphy_workarounds_rev3plus() 3429 vmid[3] = tmp16; in bwn_nphy_workarounds_rev3plus() 6466 uint16_t tmp16; in bwn_nphy_channel_setup() local 6473 tmp16 = BWN_READ_2(mac, BWN_PSM_PHY_HDR); in bwn_nphy_channel_setup() [all …]
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_lp.c | 819 uint16_t old, scale, tmp16; in bwn_phy_lp_b2063_switch_channel() local 934 tmp16 = BWN_RF_READ(mac, BWN_B2063_JTAG_CALNRST) & 0xf8; in bwn_phy_lp_b2063_switch_channel() 935 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16); in bwn_phy_lp_b2063_switch_channel() 937 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x4); in bwn_phy_lp_b2063_switch_channel() 939 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x6); in bwn_phy_lp_b2063_switch_channel() 941 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x7); in bwn_phy_lp_b2063_switch_channel()
|
H A D | if_bwn_phy_g.c | 2682 int16_t tmp16; in bwn_nrssi_threshold() local 2718 tmp16 = bwn_nrssi_read(mac, 0x20); in bwn_nrssi_threshold() 2719 if (tmp16 >= 0x20) in bwn_nrssi_threshold() 2720 tmp16 -= 0x40; in bwn_nrssi_threshold() 2721 BWN_PHY_SETMASK(mac, 0x048a, 0xf000, (tmp16 < 3) ? 0x09eb : 0x0aed); in bwn_nrssi_threshold()
|