Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c826 freqxtal = siba_get_cc_pmufreq(sc->sc_dev) * 1000; in bwn_phy_lp_b2063_switch_channel()
828 freqref = freqxtal * 3; in bwn_phy_lp_b2063_switch_channel()
829 div = (freqxtal <= 26000000 ? 1 : 2); in bwn_phy_lp_b2063_switch_channel()
831 timeoutref = ((((8 * freqxtal) / (div * (timeout + 1))) + in bwn_phy_lp_b2063_switch_channel()
841 val[0] = bwn_phy_lp_roundup(freqxtal, 1000000, 16); in bwn_phy_lp_b2063_switch_channel()
842 val[1] = bwn_phy_lp_roundup(freqxtal, 1000000 * div, 16); in bwn_phy_lp_b2063_switch_channel()
890 if (freqxtal > 26000000) in bwn_phy_lp_b2063_switch_channel()
927 uint32_t freqxtal = siba_get_cc_pmufreq(sc->sc_dev) * 1000; in bwn_phy_lp_b2062_switch_channel() local
955 tmp[0] = freqxtal / 1000; in bwn_phy_lp_b2062_switch_channel()
1703 uint32_t freqxtal = siba_get_cc_pmufreq(sc->sc_dev) * 1000; in bwn_phy_lp_rxcal_r2() local
[all …]