Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c1205 analogover, analogoverval, crs0, classctl, lomask, loctl, syncctl, in bwn_rf_init_bcm2050() local
1214 loctl = lomask = reg0 = classctl = crs0 = analogoverval = analogover = in bwn_rf_init_bcm2050()
1244 loctl = BWN_PHY_READ(mac, BWN_PHY_LO_CTL); in bwn_rf_init_bcm2050()
1414 BWN_PHY_WRITE(mac, BWN_PHY_LO_CTL, loctl); in bwn_rf_init_bcm2050()
2435 bwn_lo_probe_sm(struct bwn_mac *mac, struct bwn_loctl *loctl, int *rxgain) in bwn_lo_probe_sm() argument
2449 memcpy(&d.loctl, loctl, sizeof(struct bwn_loctl)); in bwn_lo_probe_sm()
2453 bwn_lo_write(mac, &d.loctl); in bwn_lo_probe_sm()
2469 memcpy(&probe, &d.loctl, in bwn_lo_probe_sm()
2474 if ((probe.i == d.loctl.i) && (probe.q == d.loctl.q)) in bwn_lo_probe_sm()
2476 memcpy(&d.loctl, &probe, sizeof(struct bwn_loctl)); in bwn_lo_probe_sm()
[all …]
H A Dif_bwnvar.h878 struct bwn_loctl loctl; member