HomeSort by: relevance | last modified time | path
    Searched defs:b_out (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_hdmiphy.c 309 u_int init_index, b_out, prediv; local in function:sun8i_h3_hdmiphy_config
343 b_out = __SHIFTOUT(val, ANA_STS_B_OUT);
344 b_out = MIN(b_out + inittab->b_offset, __SHIFTOUT_MASK(ANA_STS_B_OUT));
347 PHY_SET(sc, PLL_CFG1, __SHIFTIN(b_out, PLL_CFG1_B_IN));
sunxi_hdmiphy.c 309 u_int init_index, b_out, prediv; local in function:sun8i_h3_hdmiphy_config
343 b_out = __SHIFTOUT(val, ANA_STS_B_OUT);
344 b_out = MIN(b_out + inittab->b_offset, __SHIFTOUT_MASK(ANA_STS_B_OUT));
347 PHY_SET(sc, PLL_CFG1, __SHIFTIN(b_out, PLL_CFG1_B_IN));

Completed in 22 milliseconds