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

/src/sys/arch/evbppc/nintendo/dev/
H A Dwiifb.c452 const uint32_t fifo_lowat = GX_FIFO_LOWAT(sc->sc_fifo.dma_size); local in function:wiifb_gx_init
466 CP_WRITE(sc, CP_FIFO_LOWAT_LO, LOWER_16_BITS(fifo_lowat));
467 CP_WRITE(sc, CP_FIFO_LOWAT_HI, UPPER_16_BITS(fifo_lowat));

Completed in 3 milliseconds