Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0001-fbida-Include-missing-sys-types.h.patch7 ../git/gfx.h:43:5: error: unknown type name 'dev_t'; did you mean 'div_t'?
10 div_t
11 ….14+gitAUTOINC+eb769e3d7f-r0/recipe-sysroot/usr/include/stdlib.h:64:35: note: 'div_t' declared here
12 typedef struct { int quot, rem; } div_t;
/openbmc/linux/sound/soc/codecs/
H A Drl6231.c146 unsigned int red, pll_out, in_t, out_t, div, div_t; in rl6231_pll_calc() local
173 div_t = gcd(freq_in, freq_out); in rl6231_pll_calc()
175 div = find_best_div(freq_in, f_max, div_t); in rl6231_pll_calc()