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

/netbsd-current/sys/dev/ic/
H A Dseeq8005reg.h47 #define SEEQ_RX_PTR 0xa macro
H A Dseeq8005.c184 SEEQ_WRITE16(sc, iot, ioh, SEEQ_RX_PTR, 0x1234);
185 if (SEEQ_READ16(sc, iot, ioh, SEEQ_RX_PTR) != 0x1234) {
188 SEEQ_WRITE16(sc, iot, ioh, SEEQ_RX_PTR, 0x1234);
189 if (SEEQ_READ16(sc, iot, ioh, SEEQ_RX_PTR) != 0x1234) {
348 SEEQ_WRITE16(sc, iot, ioh, SEEQ_RX_PTR, SEEQ_MAX_BUFFER_SIZE - 2);
801 SEEQ_WRITE16(sc, iot, ioh, SEEQ_RX_PTR, sc->sc_rx_ptr);

Completed in 201 milliseconds