Searched refs:sc_fifo (Results 1 - 11 of 11) sorted by relevance

/src/sys/arch/sgimips/hpc/
H A Dpi1ppcvar.h197 uint8_t sc_fifo; /* FIFO size */ member in struct:pi1ppc_softc
/src/sys/arch/evbarm/dev/
H A Dplcomvar.h145 u_int sc_fifo; member in struct:plcom_softc
H A Dplcom.c1458 sc->sc_fifo = 1;
1460 sc->sc_fifo = 0;
1462 if (sc->sc_fifo) {
/src/sys/dev/ic/
H A Datppcvar.h217 u_int8_t sc_fifo; /* FIFO size */ member in struct:atppc_softc
H A Dcomvar.h194 sc_mcr_active, sc_lcr, sc_ier, sc_fifo, sc_dlbl, sc_dlbh, sc_efr; member in struct:com_softc
H A Datppc.c166 device_xname(lsc->sc_dev), lsc->sc_fifo, lsc->sc_wthr,
524 for (i = atppc->sc_rthr = atppc->sc_fifo = 0; i < 1024; i++) {
534 atppc->sc_fifo = i + 1;
556 if (cc != (char)(atppc->sc_fifo - i - 1)) {
566 atppc->sc_wthr = atppc->sc_fifo - i;
1847 /* Transfer sc_fifo bytes */
1848 worklen = atppc->sc_fifo;
2197 worklen = uimin(len, atppc->sc_fifo);
2295 for (i = 0; i < atppc->sc_fifo; i++) {
2302 bytes_left = (atppc->sc_fifo)
[all...]
H A Dcom.c1792 sc->sc_fifo = FIFO_DMA_MODE | FIFO_ENABLE | FIFO_TRIGGER_8;
1794 sc->sc_fifo = FIFO_ENABLE | FIFO_TRIGGER_1;
1797 sc->sc_fifo = FIFO_ENABLE | FIFO_TRIGGER_1;
1799 sc->sc_fifo = FIFO_ENABLE | FIFO_TRIGGER_8;
1801 sc->sc_fifo = FIFO_ENABLE | FIFO_TRIGGER_4;
1803 sc->sc_fifo = 0;
1807 sc->sc_fifo |= FIFO_UART_ON;
1954 CSR_WRITE_1(regsp, COM_REG_FIFO, sc->sc_fifo);
/src/sys/arch/evbppc/nintendo/dev/
H A Dwiifb.c151 struct wiifb_dma sc_fifo; member in struct:wiifb_softc
449 const uint32_t fifo_start = sc->sc_fifo.dma_segs[0].ds_addr;
450 const uint32_t fifo_end = fifo_start + sc->sc_fifo.dma_size - 4;
451 const uint32_t fifo_hiwat = GX_FIFO_HIWAT(sc->sc_fifo.dma_size);
452 const uint32_t fifo_lowat = GX_FIFO_LOWAT(sc->sc_fifo.dma_size);
601 &sc->sc_fifo) != 0) {
/src/sys/arch/sh3/dev/
H A Dsci.c541 sc->sc_fifo = FIFO_DMA_MODE | FIFO_ENABLE | FIFO_TRIGGER_8;
543 sc->sc_fifo = FIFO_ENABLE |
547 sc->sc_fifo = 0;
H A Dscif.c650 sc->sc_fifo = FIFO_DMA_MODE | FIFO_ENABLE | FIFO_TRIGGER_8;
652 sc->sc_fifo = FIFO_ENABLE |
656 sc->sc_fifo = 0;
/src/sys/arch/arm/imx/
H A Dimxuart.c2047 sc->sc_fifo = FIFO_ENABLE | FIFO_TRIGGER_1;
2049 sc->sc_fifo = FIFO_ENABLE | FIFO_TRIGGER_8;
2051 sc->sc_fifo = FIFO_ENABLE | FIFO_TRIGGER_4;

Completed in 19 milliseconds