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

/freebsd-9.3-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.c570 if (CSR_READ_2(sc, FIFO_PORTS_REG_W) & FIFO_REMPTY)
842 packet_number = CSR_READ_2(sc, FIFO_PORTS_REG_W);
875 packet_no = CSR_READ_2(sc, FIFO_PORTS_REG_W);
1009 packet_number = CSR_READ_2(sc, FIFO_PORTS_REG_W);
1024 * packet number is found in FIFO_PORTS_REG_W, FIFO_RX_MASK.
1124 packet_number = CSR_READ_2(sc, FIFO_PORTS_REG_W);

Completed in 44 milliseconds