Home
last modified time | relevance | path

Searched defs:fifo_free (Results 1 – 3 of 3) sorted by relevance

/drivers/md/bcache/
Dutil.h169 #define fifo_free(fifo) ((fifo)->size - fifo_used(fifo)) macro
/drivers/video/fbdev/
Dtdfxfb.c948 int fifo_free; in tdfxfb_imageblit() local
/drivers/mmc/host/
Ds3cmci.c355 static inline u32 fifo_free(struct s3cmci_host *host) in fifo_free() function