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

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_params.c442 int fifo_count; local
445 fifo_count = dwc2_hsotg_tx_fifo_count(hsotg);
449 for (i = 1; i <= fifo_count; i++)
739 int fifo_count; local
745 fifo_count = dwc2_hsotg_tx_fifo_count(hsotg);
748 for (fifo = 1; fifo <= fifo_count; fifo++)
757 for (fifo = 1; fifo <= fifo_count; fifo++) {
888 int fifo, fifo_count; local
897 fifo_count = dwc2_hsotg_tx_fifo_count(hsotg);
899 for (fifo = 1; fifo <= fifo_count; fif
[all...]
/openbsd-current/sys/dev/pci/drm/i915/
H A Dintel_uncore.h172 unsigned int fifo_count; member in struct:intel_uncore
H A Dintel_uncore.c409 n = uncore->fifo_count;
421 uncore->fifo_count = n - 1;
641 uncore->fifo_count = fifo_free_entries(uncore);

Completed in 71 milliseconds