Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bwn/
HDif_bwn.c4644 BWN_PHY_SETMASK(mac, BWN_PHY_OFDM(0xcc), 0x00ff, in bwn_phy_g_init_sub()
4673 BWN_PHY_SETMASK(mac, BWN_PHY_CCK(0x36), 0x0fff, in bwn_phy_g_init_sub()
4743 BWN_PHY_SETMASK(mac, 0x0035, 0xf0ff, 0x0700); in bwn_phy_init_b5()
4759 BWN_PHY_SETMASK(mac, 0x0013, 0x00ff, 0x1900); in bwn_phy_init_b5()
4760 BWN_PHY_SETMASK(mac, 0x0035, 0xffc0, 0x0064); in bwn_phy_init_b5()
4761 BWN_PHY_SETMASK(mac, 0x005d, 0xff80, 0x000a); in bwn_phy_init_b5()
4871 BWN_PHY_SETMASK(mac, BWN_PHY_RFOVERVAL, 0xffcf, 0x10); in bwn_loopback_calcgain()
4882 BWN_PHY_SETMASK(mac, BWN_PHY_CCK(0x03), 0xff9f, 0x40); in bwn_loopback_calcgain()
4898 BWN_PHY_SETMASK(mac, BWN_PHY_CCK(0x2b), 0xffc0, 0x01); in bwn_loopback_calcgain()
4899 BWN_PHY_SETMASK(mac, BWN_PHY_CCK(0x2b), 0xc0ff, 0x800); in bwn_loopback_calcgain()
[all …]
HDif_bwnvar.h102 #define BWN_PHY_SETMASK(mac, offset, mask, set) do { \ macro