Home
last modified time | relevance | path

Searched refs:tmp16 (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/ex/
Dif_ex.c419 unsigned char tmp16[2]; in ex_start_locked() local
512 tmp16[1] = *(mtod(m, caddr_t)); in ex_start_locked()
514 (uint16_t *) tmp16, 1); in ex_start_locked()
520 tmp16[0] = *(mtod(m, caddr_t) + in ex_start_locked()
526 (uint16_t *) tmp16, 1); in ex_start_locked()
/freebsd-10-stable/sys/dev/bwn/
Dif_bwn.c6737 int16_t tmp16; in bwn_nrssi_threshold() local
6773 tmp16 = bwn_nrssi_read(mac, 0x20); in bwn_nrssi_threshold()
6774 if (tmp16 >= 0x20) in bwn_nrssi_threshold()
6775 tmp16 -= 0x40; in bwn_nrssi_threshold()
6776 BWN_PHY_SETMASK(mac, 0x048a, 0xf000, (tmp16 < 3) ? 0x09eb : 0x0aed); in bwn_nrssi_threshold()
11231 uint16_t old, scale, tmp16; in bwn_phy_lp_b2063_switch_channel() local
11339 tmp16 = BWN_RF_READ(mac, BWN_B2063_JTAG_CALNRST) & 0xf8; in bwn_phy_lp_b2063_switch_channel()
11340 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16); in bwn_phy_lp_b2063_switch_channel()
11342 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x4); in bwn_phy_lp_b2063_switch_channel()
11344 BWN_RF_WRITE(mac, BWN_B2063_JTAG_CALNRST, tmp16 | 0x6); in bwn_phy_lp_b2063_switch_channel()
[all …]