Home
last modified time | relevance | path

Searched refs:fifo_space (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_em.c1389 int fifo_space, fifo_pkt_len; in em_82547_fifo_workaround() local
1394 fifo_space = sc->tx_fifo_size - sc->tx_fifo_head; in em_82547_fifo_workaround()
1396 if (fifo_pkt_len >= (EM_82547_PKT_THRESH + fifo_space)) { in em_82547_fifo_workaround()
/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcd.c1023 u16 fifo_space; in dwc2_hc_set_even_odd_frame() local
1055 fifo_space = (dwc2_readl(hsotg, HPTXSTS) & in dwc2_hc_set_even_odd_frame()
1059 fifo_space); in dwc2_hc_set_even_odd_frame()