Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bwn/
H A Dif_bwn_phy_g.c1244 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()
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()
[all …]
H A Dif_bwnvar.h878 struct bwn_loctl loctl; member