Home
last modified time | relevance | path

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

/freebsd-14.2/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()
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()
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()
2109 struct bwn_txpwr_loctl *lo = &pg->pg_loctl; in bwn_lo_get_powervector()
2191 struct bwn_txpwr_loctl *lo = &pg->pg_loctl; in bwn_lo_save()
[all …]
H A Dif_bwnvar.h356 struct bwn_txpwr_loctl pg_loctl; member