Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_g.c198 pg->pg_tssi2dbm = bwn_phy_g_tssi2dbm_table; in bwn_phy_g_attach()
204 if (pg->pg_tssi2dbm == NULL) { in bwn_phy_g_attach()
220 kfree(pg->pg_tssi2dbm, M_DEVBUF); in bwn_phy_g_attach()
230 pg->pg_tssi2dbm[i] = MIN(MAX(BWN_TSSI2DBM(m1 * f, 8192), -127), in bwn_phy_g_attach()
244 kfree(pg->pg_tssi2dbm, M_DEVBUF); in bwn_phy_g_detach()
245 pg->pg_tssi2dbm = NULL; in bwn_phy_g_detach()
259 tssi2dbm = pg->pg_tssi2dbm; in bwn_phy_g_init_pre()
264 pg->pg_tssi2dbm = tssi2dbm; in bwn_phy_g_init_pre()
3244 bwn_ofdmtab_write_2(mac, 0x3c20, i, pg->pg_tssi2dbm[i]); in bwn_hwpctl_init_gphy()
3248 value = (uint16_t) pg->pg_tssi2dbm[i]; in bwn_hwpctl_init_gphy()
[all …]
H A Dif_bwnvar.h325 int8_t *pg_tssi2dbm; member