Searched refs:ppix (Results 1 – 2 of 2) sorted by relevance
123 u16 *ppix = priv->fb; in video_clear() local126 while (ppix < end) in video_clear()127 *ppix++ = priv->colour_bg; in video_clear()132 u32 *ppix = priv->fb; in video_clear() local135 while (ppix < end) in video_clear()136 *ppix++ = priv->colour_bg; in video_clear()
211 u32 *ppix = lcd_base; in lcd_clear() local216 *ppix++ = bg_color; in lcd_clear()
Completed in 7 milliseconds