Lines Matching defs:fifo_put
222 static void fifo_put(long data);
263 void fifo_put(long data)
276 fifo_put(0);
309 fifo_put(0x0c010000 | (cur_fg & 0xff));
311 fifo_put(0x01020006);
313 fifo_put(0x06800000);
314 fifo_put(source);
315 fifo_put(lcg_xsize);
317 fifo_put(0x05800000);
318 fifo_put(dest);
319 fifo_put(lcg_xsize);
321 fifo_put(0x03400000);
322 fifo_put(0xff);
324 fifo_put(0x02000003);
327 fifo_put(0x04c00000);
328 fifo_put(0);
329 fifo_put(lcg_xsize);
330 fifo_put(lcg_fb_size - (dest - LCG_FB_ADDR));
333 fifo_put(0x09c00000);
334 fifo_put(((ydim & 0xffff) << 16) | xdim);
335 fifo_put(0);
336 fifo_put(0);
354 fifo_put(0x0c010000 | (color & 0xff));
356 fifo_put(0x01000000);
358 fifo_put(0x05800000);
359 fifo_put(dest);
360 fifo_put(lcg_xsize);
362 fifo_put(0x03400000);
363 fifo_put(0xff);
365 fifo_put(0x02000003);
368 fifo_put(0x04c00000);
369 fifo_put(0);
370 fifo_put(lcg_xsize);
371 fifo_put(lcg_fb_size - (dest - LCG_FB_ADDR));
374 fifo_put(0x09c00000);
375 fifo_put(((ydim & 0xffff) << 16) | xdim);
376 fifo_put(0);
377 fifo_put(0);
394 fifo_put(0x0c050000 | (bg & 0xff));
395 fifo_put(0x0c010000 | (fg & 0xff));
397 fifo_put(0x01030008);
399 fifo_put(0x06800000);
400 fifo_put(source);
401 //fifo_put(lcg_xsize);
402 fifo_put(lcg_font.stride);
404 fifo_put(0x05800000);
405 fifo_put(dest);
406 fifo_put(lcg_xsize);
408 fifo_put(0x03400000);
409 fifo_put(0xff);
411 fifo_put(0x02000003);
414 fifo_put(0x04c00000);
415 fifo_put(0);
416 fifo_put(lcg_xsize);
417 fifo_put(lcg_fb_size - (dest - LCG_FB_ADDR));
420 fifo_put(0x09c00000);
421 fifo_put(((ydim & 0xffff) << 16) | (xdim & 0xffff));
422 fifo_put(0);
423 fifo_put(0);