Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dvideo_bmp.c200 unsigned long width, height, byte_width; in video_bmp_display() local
286 byte_width = width; in video_bmp_display()
288 byte_width = width * 2; in video_bmp_display()
302 fb -= byte_width + priv->line_length; in video_bmp_display()
/openbmc/u-boot/common/
H A Dlcd.c567 unsigned long width, height, byte_width; in lcd_display_bitmap() local
651 byte_width = width; in lcd_display_bitmap()
653 byte_width = width * 2; in lcd_display_bitmap()
678 fb -= byte_width + lcd_line_length; in lcd_display_bitmap()