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

/freebsd-10.2-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.c569 if (CSR_READ_2(sc, FIFO_PORTS_REG_W) & FIFO_REMPTY)
841 packet_number = CSR_READ_2(sc, FIFO_PORTS_REG_W);
874 packet_no = CSR_READ_2(sc, FIFO_PORTS_REG_W);
1008 packet_number = CSR_READ_2(sc, FIFO_PORTS_REG_W);
1023 * packet number is found in FIFO_PORTS_REG_W, FIFO_RX_MASK.
1123 packet_number = CSR_READ_2(sc, FIFO_PORTS_REG_W);

Completed in 66 milliseconds