Searched defs:fifo_full (Results 1 - 4 of 4) sorted by relevance

/drivers/block/
H A Dcpqarray.h64 unsigned long (*fifo_full)(ctlr_info_t *h); member in struct:access_method
H A Dcciss.h27 unsigned long (*fifo_full)(ctlr_info_t *h); member in struct:access_method
/drivers/scsi/
H A Dhpsa.h35 unsigned long (*fifo_full)(struct ctlr_info *h); member in struct:access_method
/drivers/media/dvb/frontends/
H A Dstv090x.c3727 u32 reg, idle = 0, fifo_full = 1; local
3747 while (fifo_full) {
3749 fifo_full = STV090x_GETFIELD_Px(reg, FIFO_FULL_FIELD);
3778 u32 reg, idle = 0, fifo_full = 1; local
3804 while (fifo_full) {
3806 fifo_full = STV090x_GETFIELD_Px(reg, FIFO_FULL_FIELD);

Completed in 118 milliseconds