Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c917 BWN_PHY_WRITE(mac, BWN_PHY_LO_MASK, 0x8078); in bwn_phy_g_init_sub()
1068 backup_phy[11] = BWN_PHY_READ(mac, BWN_PHY_LO_MASK); in bwn_loopback_calcgain()
1115 BWN_PHY_WRITE(mac, BWN_PHY_LO_MASK, 0xc020); in bwn_loopback_calcgain()
1117 BWN_PHY_WRITE(mac, BWN_PHY_LO_MASK, 0x8020); in bwn_loopback_calcgain()
1176 BWN_PHY_WRITE(mac, BWN_PHY_LO_MASK, backup_phy[11]); in bwn_loopback_calcgain()
1243 lomask = BWN_PHY_READ(mac, BWN_PHY_LO_MASK); in bwn_rf_init_bcm2050()
1246 BWN_PHY_WRITE(mac, BWN_PHY_LO_MASK, 0xc020); in bwn_rf_init_bcm2050()
1248 BWN_PHY_WRITE(mac, BWN_PHY_LO_MASK, 0x8020); in bwn_rf_init_bcm2050()
1413 BWN_PHY_WRITE(mac, BWN_PHY_LO_MASK, lomask); in bwn_rf_init_bcm2050()
2196 sav->phy_lomask = BWN_PHY_READ(mac, BWN_PHY_LO_MASK); in bwn_lo_save()
[all …]
H A Dif_bwnreg.h586 #define BWN_PHY_LO_MASK BWN_PHY_EXTG(0x0f) macro