Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c134 static uint32_t bwn_phy_lp_roundup(uint32_t, uint32_t, uint8_t);
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()
843 val[2] = bwn_phy_lp_roundup(freqvco, 3, 16); in bwn_phy_lp_b2063_switch_channel()
845 count = (bwn_phy_lp_roundup(val[2], val[1] + 16, 16) * (timeout + 1) * in bwn_phy_lp_b2063_switch_channel()
869 tmp[3] = bwn_phy_lp_roundup(132000 * tmp[0], 8451, 16); in bwn_phy_lp_b2063_switch_channel()
881 tmp[5] = bwn_phy_lp_roundup(100 * val[0], val[2], 16) * (tmp[4] * 8) * in bwn_phy_lp_b2063_switch_channel()
1831 npwr = bwn_phy_lp_roundup(sqpwr, (j == 5) ? sqpwr : 0, in bwn_phy_lp_rccal_r12()
1880 bwn_phy_lp_roundup(uint32_t value, uint32_t div, uint8_t pre) in bwn_phy_lp_roundup() function