Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Dutil.h165 #define fifo_free(fifo) ((fifo)->size - fifo_used(fifo)) macro
/Linux-v4.19/drivers/video/fbdev/
Dtdfxfb.c949 int fifo_free; in tdfxfb_imageblit() local
/Linux-v4.19/drivers/mmc/host/
Ds3cmci.c358 static inline u32 fifo_free(struct s3cmci_host *host) in fifo_free() function