| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_ar933x.c | 44 static u32 ar933x_serial_get_baud(u32 clk, u32 scale, u32 step) in ar933x_serial_get_baud() argument 49 div = (2 << 16) * (scale + 1); in ar933x_serial_get_baud() 59 u32 *scale, u32 *step) in ar933x_serial_get_scale_step() argument 64 *scale = 0; in ar933x_serial_get_scale_step() 83 *scale = tscale; in ar933x_serial_get_scale_step() 92 u32 val, scale, step; in ar933x_serial_setbrg() local 95 ar933x_serial_get_scale_step(val, baudrate, &scale, &step); in ar933x_serial_setbrg() 97 val = (scale & AR933X_UART_CLK_SCALE_M) in ar933x_serial_setbrg() 203 u32 val, scale, step; in _debug_uart_init() local 219 CONFIG_BAUDRATE, &scale, &step); in _debug_uart_init() [all …]
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | console_truetype.c | 122 double scale; member 217 xpos += priv->scale * stbtt_GetCodepointKernAdvance(font, in console_truetype_putc_xy() 228 xpos += advance * priv->scale; in console_truetype_putc_xy() 247 data = stbtt_GetCodepointBitmapSubpixel(font, priv->scale, priv->scale, in console_truetype_putc_xy() 529 priv->scale = stbtt_ScaleForPixelHeight(font, priv->font_size); in console_truetype_probe() 531 priv->baseline = (int)(ascent * priv->scale); in console_truetype_probe()
|
| H A D | stb_truetype.h | 335 float scale, xpos=2; // leave a little padding in case the character extends left 341 scale = stbtt_ScaleForPixelHeight(&font, 15); 343 baseline = (int) (ascent*scale); 349 stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale,scale,x_shift,0, &x0,&y0,&x1,&y1); 350 …pixel(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79, scale,scale,x_shift,0, text… 355 xpos += (advance * scale); 357 xpos += scale*stbtt_GetCodepointKernAdvance(&font, text[ch],text[ch+1]); 2405 float scale = scale_x > scale_y ? scale_y : scale_x; in stbtt_Rasterize() local 2407 …stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &win… in stbtt_Rasterize() 2521 float scale; in stbtt_BakeFontBitmap() local [all …]
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display_helper.c | 265 int scale = 0; in display_rect_calc_scale() local 278 scale = src / dst; in display_rect_calc_scale() 280 return scale; in display_rect_calc_scale()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/ |
| H A D | decode.c | 737 int scale, in decode_sib_si() argument 740 scale = 1 << scale; in decode_sib_si() 741 if (scale > 1) { in decode_sib_si() 742 DECODE_PRINTF2("[%d*", scale); in decode_sib_si()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | sf.c | 220 size_t scale = 1; in spi_flash_update() local 225 scale = (end - buf) / 100; in spi_flash_update() 234 100 - (end - buf) / scale, in spi_flash_update()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | cfi_flash.c | 1296 #define FLASH_SHOW_PROGRESS(scale, dots, digit, dots_sub) \ argument 1299 if (scale > 0 && dots <= 0) { \ 1305 dots += scale; \ 1309 #define FLASH_SHOW_PROGRESS(scale, dots, digit, dots_sub) argument 1330 int scale = 0; in write_buff() local 1337 scale = (int)((cnt + CONFIG_FLASH_SHOW_PROGRESS - 1) / in write_buff() 1365 FLASH_SHOW_PROGRESS(scale, dots, digit, i); in write_buff() 1397 FLASH_SHOW_PROGRESS(scale, dots, digit, i); in write_buff() 1412 FLASH_SHOW_PROGRESS(scale, dots, digit, info->portwidth); in write_buff()
|
| /rk3399_rockchip-uboot/board/freescale/ls1021aqds/ |
| H A D | README | 10 and scale.
|
| /rk3399_rockchip-uboot/board/freescale/ls1021atwr/ |
| H A D | README | 10 and scale.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | exynos5420-peach-pit.dts | 119 * [5:2]NOF=64LSB [1:0]DCO scale is 2/5
|
| H A D | exynos5250-spring.dts | 565 * [5:2]NOF=64LSB [1:0]DCO scale is 2/5
|