Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c956 tmp[1] = plp->plp_div * 1000; in bwn_phy_lp_b2062_switch_channel()
1625 plp->plp_div = 1; in bwn_phy_lp_b2062_init()
1628 plp->plp_div = 2; in bwn_phy_lp_b2062_init()
1633 CALC_CTL7(xtalfreq, plp->plp_div)); in bwn_phy_lp_b2062_init()
1635 CALC_CTL18(xtalfreq, plp->plp_div)); in bwn_phy_lp_b2062_init()
1637 CALC_CTL19(xtalfreq, plp->plp_div)); in bwn_phy_lp_b2062_init()
1639 ref = (1000 * plp->plp_div + 2 * xtalfreq) / (2000 * plp->plp_div); in bwn_phy_lp_b2062_init()
H A Dif_bwnvar.h385 uint32_t plp_div; member