Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dmusicpal.c128 static uint8_t scale_lcd_color(musicpal_lcd_state *s, uint8_t col) in scale_lcd_color() function
160 col = rgb_to_pixel32(scale_lcd_color(s, (MP_LCD_TEXTCOLOR >> 16) & 0xff), in lcd_refresh()
161 scale_lcd_color(s, (MP_LCD_TEXTCOLOR >> 8) & 0xff), in lcd_refresh()
162 scale_lcd_color(s, MP_LCD_TEXTCOLOR & 0xff)); in lcd_refresh()