Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c796 uint32_t count, freqref, freqvco, freqxtal, val[3], timeout, timeoutref, in bwn_phy_lp_b2063_switch_channel() local
828 freqref = freqxtal * 3; in bwn_phy_lp_b2063_switch_channel()
851 tmp[0] = ((val[2] * 62500) / freqref) << 4; in bwn_phy_lp_b2063_switch_channel()
852 tmp[1] = ((val[2] * 62500) % freqref) << 4; in bwn_phy_lp_b2063_switch_channel()
853 while (tmp[1] >= freqref) { in bwn_phy_lp_b2063_switch_channel()
855 tmp[1] -= freqref; in bwn_phy_lp_b2063_switch_channel()