Home
last modified time | relevance | path

Searched defs:new_error (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dasiliantfb.c141 unsigned new_error = Ftarget * n >= Fref * m ? in asiliant_calc_dclk2() local
153 unsigned new_error = Ftarget * n >= Fref * (m & ~3) ? in asiliant_calc_dclk2() local
/openbmc/linux/drivers/clk/imx/
H A Dclk-composite-8m.c63 int new_error = ((parent_rate / div1) / div2) - rate; in imx8m_clk_composite_compute_dividers() local
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp57 static message new_error(message& call, const string& error_name, in new_error() function in dbus::message