Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c265 pg->pg_loctl.tx_bias = 0xff; in bwn_phy_g_init_pre()
266 TAILQ_INIT(&pg->pg_loctl.calib_list); in bwn_phy_g_init_pre()
275 struct bwn_txpwr_loctl *lo = &pg->pg_loctl; in bwn_phy_g_prepare_hw()
467 struct bwn_txpwr_loctl *lo = &mac->mac_phy.phy_g.pg_loctl; in bwn_phy_g_exit()
760 struct bwn_txpwr_loctl *lo = &pg->pg_loctl; in bwn_phy_g_task_15s()
898 | pg->pg_loctl.tx_bias | in bwn_phy_g_init_sub()
899 pg->pg_loctl.tx_magn); in bwn_phy_g_init_sub()
901 BWN_RF_SETMASK(mac, 0x52, 0xfff0, pg->pg_loctl.tx_bias); in bwn_phy_g_init_sub()
905 (pg->pg_loctl.tx_bias << 12)); in bwn_phy_g_init_sub()
2011 struct bwn_txpwr_loctl *lo = &pg->pg_loctl; in bwn_lo_measure_txctl_values()
[all …]
H A Dif_bwnvar.h356 struct bwn_txpwr_loctl pg_loctl; member