Searched refs:PM3_FIFO_SIZE (Results 1 – 2 of 2) sorted by relevance
584 while (width >= PM3_FIFO_SIZE) { in pm3fb_imageblit()585 int i = PM3_FIFO_SIZE - 1; in pm3fb_imageblit()587 PM3_WAIT(par, PM3_FIFO_SIZE); in pm3fb_imageblit()592 width -= PM3_FIFO_SIZE - 1; in pm3fb_imageblit()
1057 #define PM3_FIFO_SIZE 120 macro