Home
last modified time | relevance | path

Searched refs:fifo_free (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/video/
Dtdfxfb.c968 int fifo_free; in tdfxfb_imageblit() local
1028 fifo_free = 0; in tdfxfb_imageblit()
1032 if (--fifo_free < 0) { in tdfxfb_imageblit()
1033 fifo_free = 31; in tdfxfb_imageblit()
1034 banshee_make_room(par, fifo_free); in tdfxfb_imageblit()
/linux-2.6.39/drivers/mmc/host/
Ds3cmci.c293 static inline u32 fifo_free(struct s3cmci_host *host) in fifo_free() function
451 while ((fifo = fifo_free(host)) > 3) { in do_pio_write()