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));
|