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

/freebsd-11.0-release/sys/dev/sn/
H A Dif_snreg.h261 #define FIFO_PORTS_REG_W 0x04 macro
269 * to be read is found in the FIFO_PORTS_REG_W, FIFO_RX_MASK.
H A Dif_sn.c571 if (CSR_READ_2(sc, FIFO_PORTS_REG_W) & FIFO_REMPTY)
843 packet_number = CSR_READ_2(sc, FIFO_PORTS_REG_W);
876 packet_no = CSR_READ_2(sc, FIFO_PORTS_REG_W);
1010 packet_number = CSR_READ_2(sc, FIFO_PORTS_REG_W);
1025 * packet number is found in FIFO_PORTS_REG_W, FIFO_RX_MASK.
1120 packet_number = CSR_READ_2(sc, FIFO_PORTS_REG_W);

Completed in 62 milliseconds