Searched refs:tmp16 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | db_interface.c | 121 uint16_t tmp16; in db_read_bytes() local 141 tmp16 = *((const uint16_t *)src); in db_read_bytes() 142 src = (const char *)&tmp16; in db_read_bytes()
|
| /freebsd-14.2/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-14.2/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 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() 6478 BWN_WRITE_2(mac, BWN_PSM_PHY_HDR, tmp16); in bwn_nphy_channel_setup() 6483 tmp16 = BWN_READ_2(mac, BWN_PSM_PHY_HDR); in bwn_nphy_channel_setup() [all …]
|
| /freebsd-14.2/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()
|