Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_g.c279 pg->pg_loctl.tx_bias = 0xff; in bwn_phy_g_init_pre()
280 TAILQ_INIT(&pg->pg_loctl.calib_list); in bwn_phy_g_init_pre()
289 struct bwn_txpwr_loctl *lo = &pg->pg_loctl; in bwn_phy_g_prepare_hw()
773 struct bwn_txpwr_loctl *lo = &pg->pg_loctl; in bwn_phy_g_task_15s()
911 | pg->pg_loctl.tx_bias | in bwn_phy_g_init_sub()
912 pg->pg_loctl.tx_magn); in bwn_phy_g_init_sub()
918 (pg->pg_loctl.tx_bias << 12)); in bwn_phy_g_init_sub()
2025 struct bwn_txpwr_loctl *lo = &pg->pg_loctl; in bwn_lo_measure_txctl_values()
2123 struct bwn_txpwr_loctl *lo = &pg->pg_loctl; in bwn_lo_get_powervector()
2207 struct bwn_txpwr_loctl *lo = &pg->pg_loctl; in bwn_lo_save()
[all …]
H A Dif_bwnvar.h335 struct bwn_txpwr_loctl pg_loctl; member