Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bwn/
HDif_bwn_phy_lp.c108 static uint32_t bwn_phy_lp_roundup(uint32_t, uint32_t, uint8_t);
815 val[0] = bwn_phy_lp_roundup(freqxtal, 1000000, 16); in bwn_phy_lp_b2063_switch_channel()
816 val[1] = bwn_phy_lp_roundup(freqxtal, 1000000 * div, 16); in bwn_phy_lp_b2063_switch_channel()
817 val[2] = bwn_phy_lp_roundup(freqvco, 3, 16); in bwn_phy_lp_b2063_switch_channel()
819 count = (bwn_phy_lp_roundup(val[2], val[1] + 16, 16) * (timeout + 1) * in bwn_phy_lp_b2063_switch_channel()
843 tmp[3] = bwn_phy_lp_roundup(132000 * tmp[0], 8451, 16); in bwn_phy_lp_b2063_switch_channel()
855 tmp[5] = bwn_phy_lp_roundup(100 * val[0], val[2], 16) * (tmp[4] * 8) * in bwn_phy_lp_b2063_switch_channel()
1805 npwr = bwn_phy_lp_roundup(sqpwr, (j == 5) ? sqpwr : 0, in bwn_phy_lp_rccal_r12()
1854 bwn_phy_lp_roundup(uint32_t value, uint32_t div, uint8_t pre) in bwn_phy_lp_roundup() function