Home
last modified time | relevance | path

Searched refs:fifo_full (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/arm/include/debug/
Dsamsung.S43 #ifndef fifo_full
44 #define fifo_full fifo_full_s3c2440 macro
57 fifo_full \rd, \rx
Ds5pv210.S31 #define fifo_full fifo_full_s5pv210 macro
Ds3c24xx.S40 #define fifo_full fifo_full_s3c2410 macro
Dexynos.S36 #define fifo_full fifo_full_s5pv210 macro
/linux-4.4.14/drivers/md/bcache/
Dalloc.c200 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_lru()
220 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_fifo()
243 while (!fifo_full(&ca->free_inc)) { in invalidate_buckets_random()
371 if (!fifo_full(&ca->free_inc)) in bch_allocator_thread()
Dutil.h172 #define fifo_full(fifo) (!fifo_free(fifo)) macro
182 bool _r = !fifo_full((fifo)); \
202 bool _r = !fifo_full((fifo)); \
237 while (!fifo_full(dest) && \
Djournal.c546 if (fifo_full(&j->pin)) in bch_journal_next()
Dbtree.c1869 if (fifo_full(&ca->free[RESERVE_PRIO])) in bch_initial_gc_finish()
/linux-4.4.14/drivers/block/
Dcpqarray.h64 unsigned long (*fifo_full)(ctlr_info_t *h); member
Dcciss.h27 unsigned long (*fifo_full)(ctlr_info_t *h); member
Dcpqarray.c981 if (h->access.fifo_full(h) == 0) in start_io()
1455 temp = info_p->access.fifo_full(info_p); in sendcmd()
Dcciss.c3027 if ((h->access.fifo_full(h))) { in start_io()
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv090x.c3777 u32 reg, idle = 0, fifo_full = 1; in stv090x_send_diseqc_msg() local
3797 while (fifo_full) { in stv090x_send_diseqc_msg()
3799 fifo_full = STV090x_GETFIELD_Px(reg, FIFO_FULL_FIELD); in stv090x_send_diseqc_msg()
3829 u32 reg, idle = 0, fifo_full = 1; in stv090x_send_diseqc_burst() local
3855 while (fifo_full) { in stv090x_send_diseqc_burst()
3857 fifo_full = STV090x_GETFIELD_Px(reg, FIFO_FULL_FIELD); in stv090x_send_diseqc_burst()