Home
last modified time | relevance | path

Searched refs:logo_height (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/lib/at91/
H A Dat91.c16 info->logo_height = ATMEL_LOGO_8BPP_HEIGHT; in atmel_logo_info()
25 info->logo_height = MICROCHIP_LOGO_8BPP_HEIGHT; in microchip_logo_info()
/openbmc/u-boot/lib/tizen/
H A Dtizen.c20 vid->logo_height = TIZEN_LOGO_16BPP_HEIGHT; in get_tizen_logo_info()
/openbmc/u-boot/include/
H A Datmel_lcd.h47 u_int logo_height; member
H A Dexynos_lcd.h64 unsigned int logo_height; member
/openbmc/u-boot/board/atmel/common/
H A Dvideo_display.c68 vidconsole_position_cursor(con, 0, (logo_info.logo_height + in at91_video_show_board_info()
/openbmc/u-boot/board/samsung/common/
H A Dmisc.c471 if (panel_info.vl_height >= panel_info.logo_height) { in draw_logo()
472 y = ((panel_info.vl_height - panel_info.logo_height) >> 1); in draw_logo()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_fb.c85 unsigned int logo_height; member
606 priv->logo_height = fdtdec_get_int(blob, node, in exynos_fb_ofdata_to_platdata()