Searched refs:fifo_count (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dsi_obio.c239 si->fifo_count = 0;
318 si->fifo_count = xlen;
333 if (si->fifo_count != xlen) {
334 printf("%s: fifo_count=0x%x, xlen=0x%x\n",
335 __func__, si->fifo_count, xlen);
490 * The fifo_count might not reflect how many bytes were
493 resid = si->fifo_count & 0xFFFF;
544 si->fifo_count = 0;
H A Dsireg.h56 u_short fifo_count; /* fifo byte count */ member in struct:si_regs
65 u_short fifo_cnt_hi; /* high part of fifo_count (VME only) */
H A Dsi_vme.c253 si->fifo_count = 0;
374 si->fifo_count = 0;
398 si->fifo_count = (uint16_t)(xlen & 0xFFFF);
481 * The fifo_count does not reflect how many bytes were
491 resid = si->fifo_count & 0xFFFF;
555 si->fifo_count = 0;
/netbsd-current/sys/dev/sun/
H A Dsireg.h62 u_short fifo_count; /* fifo count register */ member in struct:si_regs
69 u_short fifo_cnt_hi; /* high part of fifo_count (VME only) */
/netbsd-current/sys/arch/newsmips/apbus/
H A Dspifi.c744 int fifoctrl, fifo_count; local
755 fifo_count = 8 - (fifoctrl & FIFOC_FSLOT);
756 if (fifo_count > 0 && (scb->flags & SPIFI_DMA)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_uncore.h143 unsigned int fifo_count; member in struct:intel_uncore
H A Dintel_uncore.c392 n = uncore->fifo_count;
404 uncore->fifo_count = n - 1;
579 uncore->fifo_count = fifo_free_entries(uncore);

Completed in 218 milliseconds