HomeSort by relevance Sort by last modified time
    Searched refs:ppix (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/video/
video-uclass.c 95 u16 *ppix = priv->fb; local
98 while (ppix < end)
99 *ppix++ = priv->colour_bg;
103 u32 *ppix = priv->fb; local
106 while (ppix < end)
107 *ppix++ = priv->colour_bg;
  /external/u-boot/common/
lcd.c 207 u32 *ppix = lcd_base; local
212 *ppix++ = bg_color;

Completed in 122 milliseconds