Searched refs:tmp16 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ex/
H A Dif_ex.c422 unsigned char tmp16[2]; local
515 tmp16[1] = *(mtod(m, caddr_t));
517 (uint16_t *) tmp16, 1);
523 tmp16[0] = *(mtod(m, caddr_t) +
529 (uint16_t *) tmp16, 1);
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c3294 uint16_t tmp16; local
3333 tmp16 = (bwn_current_band(mac) == BWN_BAND_2G) ?
3335 BWN_PHY_WRITE(mac, BWN_NPHY_ENDROP_TLEN, tmp16);
3393 tmp16 = 0x96;
3397 tmp16 = 0x89;
3403 tmp16 = 0x8b;
3407 tmp16 = 0x70;
3413 vmid[3] = tmp16;
6399 uint16_t tmp16; local
6406 tmp16
[all...]
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_lp.c772 uint16_t old, scale, tmp16; local
880 tmp16 = BWN_RF_READ(mac, BWN_B2063_JTAG_CALNRST) & 0xf8;
881 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16);
883 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x4);
885 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x6);
887 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x7);
H A Dif_bwn_phy_g.c2674 int16_t tmp16; local
2710 tmp16 = bwn_nrssi_read(mac, 0x20);
2711 if (tmp16 >= 0x20)
2712 tmp16 -= 0x40;
2713 BWN_PHY_SETMASK(mac, 0x048a, 0xf000, (tmp16 < 3) ? 0x09eb : 0x0aed);

Completed in 162 milliseconds