Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dpnv_i2c.c49 uint8_t fifo_free = PNV_I2C_FIFO_SIZE - fifo_count; in pnv_i2c_update_irq() local
/openbmc/linux/drivers/md/bcache/
H A Dutil.h161 #define fifo_free(fifo) ((fifo)->size - fifo_used(fifo)) macro
/openbmc/linux/drivers/video/fbdev/
H A Dtdfxfb.c949 int fifo_free; in tdfxfb_imageblit() local