Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_g.c1082 backup_phy[12] = BWN_PHY_READ(mac, BWN_PHY_LO_CTL); in bwn_loopback_calcgain()
1131 BWN_PHY_WRITE(mac, BWN_PHY_LO_CTL, 0); in bwn_loopback_calcgain()
1190 BWN_PHY_WRITE(mac, BWN_PHY_LO_CTL, backup_phy[12]); in bwn_loopback_calcgain()
1257 loctl = BWN_PHY_READ(mac, BWN_PHY_LO_CTL); in bwn_rf_init_bcm2050()
1262 BWN_PHY_WRITE(mac, BWN_PHY_LO_CTL, 0); in bwn_rf_init_bcm2050()
1427 BWN_PHY_WRITE(mac, BWN_PHY_LO_CTL, loctl); in bwn_rf_init_bcm2050()
1931 BWN_PHY_WRITE(mac, BWN_PHY_LO_CTL, value); in bwn_lo_write()
H A Dif_bwnreg.h639 #define BWN_PHY_LO_CTL BWN_PHY_EXTG(0x10) macro