Lines Matching refs:loctl
1205 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()
2479 memcpy(loctl, &d.loctl, sizeof(struct bwn_loctl)); in bwn_lo_probe_sm()
2505 struct bwn_loctl loctl = { 0, 0 }; in bwn_lo_calibset() local
2526 bwn_lo_probe_sm(mac, &loctl, &rxgain); in bwn_lo_calibset()
2538 memcpy(&cal->ctl, &loctl, sizeof(loctl)); in bwn_lo_calibset()