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

/src/sys/arch/evbppc/nintendo/dev/
H A Dgxreg.h32 #define LOWER_16_BITS(x) ((x) & 0xffff) macro
H A Dwiifb.c460 CP_WRITE(sc, CP_FIFO_BASE_LO, LOWER_16_BITS(fifo_start));
462 CP_WRITE(sc, CP_FIFO_END_LO, LOWER_16_BITS(fifo_end));
464 CP_WRITE(sc, CP_FIFO_HIWAT_LO, LOWER_16_BITS(fifo_hiwat));
466 CP_WRITE(sc, CP_FIFO_LOWAT_LO, LOWER_16_BITS(fifo_lowat));
470 CP_WRITE(sc, CP_FIFO_WRITE_PTR_LO, LOWER_16_BITS(fifo_start));
472 CP_WRITE(sc, CP_FIFO_READ_PTR_LO, LOWER_16_BITS(fifo_start));

Completed in 4 milliseconds