Home
last modified time | relevance | path

Searched refs:BWN_PHY_SET (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c443 BWN_PHY_SET(mac, BWN_PHY_4WIRECTL, 0x2); in bwn_phy_lp_init()
738 BWN_PHY_SET(mac, BWN_PHY_RF_OVERRIDE_0, 0x8); in bwn_phy_lp_calib()
1121 BWN_PHY_SET(mac, BWN_PHY_OFDM(0xd0), 0x2); in bwn_phy_lp_set_txpctlmode()
1330 BWN_PHY_SET(mac, BWN_PHY_OFDM(0x10a), 0x1); in bwn_phy_lp_bbinit_r2()
1365 BWN_PHY_SET(mac, BWN_PHY_CRSGAIN_CTL, 0x40); in bwn_phy_lp_bbinit_r2()
1377 BWN_PHY_SET(mac, BWN_PHY_RESET_CTL, 0x44); in bwn_phy_lp_bbinit_r2()
2264 BWN_PHY_SET(mac, BWN_PHY_OFDM(0xe5), 0x8); in bwn_phy_lp_set_rxgain()
3457 BWN_PHY_SET(mac, BWN_PHY_AFE_CTL_OVR, 1); in bwn_phy_lp_loopback()
3502 BWN_PHY_SET(mac, BWN_PHY_AFE_DDFS, 0x2); in bwn_phy_lp_ddfs_turnon()
3503 BWN_PHY_SET(mac, BWN_PHY_LP_PHY_CTL, 0x20); in bwn_phy_lp_ddfs_turnon()
[all …]
H A Dif_bwn_phy_g.c989 BWN_PHY_SET(mac, 0x0802, 0x0100); in bwn_phy_init_b5()
990 BWN_PHY_SET(mac, 0x042b, 0x2000); in bwn_phy_init_b5()
1496 BWN_PHY_SET(mac, 0x0802, 0x0100); in bwn_phy_init_b6()
1497 BWN_PHY_SET(mac, 0x042b, 0x2000); in bwn_phy_init_b6()
2804 BWN_PHY_SET(mac, 0x0060, 0x0040); in bwn_nrssi_slope_11g()
2805 BWN_PHY_SET(mac, 0x0014, 0x0200); in bwn_nrssi_slope_11g()
2949 BWN_PHY_SET(mac, 0x0811, 0x000c); in bwn_nrssi_offset()
3053 BWN_PHY_SET(mac, 0x0429, 0x8000); in bwn_nrssi_offset()
3204 BWN_PHY_SET(mac, 0x047c, 0x0002); in bwn_hwpctl_early_init()
3205 BWN_PHY_SET(mac, 0x047a, 0xf000); in bwn_hwpctl_early_init()
[all …]
H A Dif_bwnvar.h100 #define BWN_PHY_SET(mac, offset, set) do { \ macro