Home
last modified time | relevance | path

Searched refs:tk (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/
H A Dclock.c316 uint32_t fp, x, k_rest, k_best, x_best, tk; in mxs_set_lcdclk() local
343 tk = fp / x; in mxs_set_lcdclk()
344 if ((tk / 1000 == 0) || (tk / 1000 > 255)) in mxs_set_lcdclk()
347 k_rest = tk % 1000; in mxs_set_lcdclk()
350 k_best_l = tk; in mxs_set_lcdclk()
355 k_best_t = tk; in mxs_set_lcdclk()
/rk3399_rockchip-uboot/arch/m68k/include/asm/coldfire/
H A Data.h30 u8 tk; /* 0x0C */ member
/rk3399_rockchip-uboot/lib/
H A Dbch.c883 struct gf_poly *tk = bch->poly_2t[2]; in factor_polynomial() local
893 compute_trace_bk_mod(bch, k, f, z, tk); in factor_polynomial()
895 if (tk->deg > 0) { in factor_polynomial()
898 gcd = gf_poly_gcd(bch, f2, tk); in factor_polynomial()