Searched refs:tk (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | clock.c | 316 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 D | ata.h | 30 u8 tk; /* 0x0C */ member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | bch.c | 883 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()
|