Searched refs:_fout (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/samsung/ |
| H A D | clk-pll.h | 43 #define PLL_VALID_RATE(_fin, _fout, _m, _p, _s, _k, _ks) ((_fout) + \ argument 44 BUILD_BUG_ON_ZERO(PLL_RATE(_fin, _m, _p, _s, _k, _ks) != (_fout)))
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | dw_mipi_dsi.c | 598 u64 tmp, _fout; in dw_mipi_dsi_set_pll() local 617 _fout = (u64)_fbdiv * fin; in dw_mipi_dsi_set_pll() 618 do_div(_fout, _prediv); in dw_mipi_dsi_set_pll() 620 if (_fout < fvco_min || _fout > fvco_max) in dw_mipi_dsi_set_pll() 623 delta = abs(fout - _fout); in dw_mipi_dsi_set_pll() 627 best_freq = _fout; in dw_mipi_dsi_set_pll() 632 best_freq = _fout; in dw_mipi_dsi_set_pll()
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | pfpsp.S | 1494 # the src operand is in FP_SRC. Call _fout() to write out the result and
|
| H A D | fpsp.S | 1495 # the src operand is in FP_SRC. Call _fout() to write out the result and
|