Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_lp.c817 uint32_t count, freqref, freqvco, val[3], timeout, timeoutref, in bwn_phy_lp_b2063_switch_channel() local
856 freqref = freqxtal * 3; in bwn_phy_lp_b2063_switch_channel()
879 tmp[0] = ((val[2] * 62500) / freqref) << 4; in bwn_phy_lp_b2063_switch_channel()
880 tmp[1] = ((val[2] * 62500) % freqref) << 4; in bwn_phy_lp_b2063_switch_channel()
881 while (tmp[1] >= freqref) { in bwn_phy_lp_b2063_switch_channel()
883 tmp[1] -= freqref; in bwn_phy_lp_b2063_switch_channel()