Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dmb862xx.c86 static void de_wait (void) in de_wait() function
163 de_wait (); in de_init()
457 de_wait (); in video_hw_rectfill()
482 de_wait (); /* sync */ in video_hw_bitblt()
/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_accel.c94 if (accel->de_wait() != 0) { in sm750_hw_fillrect()
266 if (accel->de_wait() != 0) in sm750_hw_copyarea()
335 if (accel->de_wait() != 0) in sm750_hw_imageblit()
H A Dsm750.h60 int (*de_wait)(void);/* see if hardware ready to work */ member
H A Dsm750.c613 sm750_dev->accel.de_wait = (sm750_dev->revid == SM750LE_REVISION_ID) ? in sm750fb_set_drv()