Searched refs:SEEQ_READ16 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | seeq8005.c | 114 #define SEEQ_READ16(sc, iot, ioh, reg) \ macro 185 if (SEEQ_READ16(sc, iot, ioh, SEEQ_RX_PTR) != 0x1234) { in seeq8005_attach() 189 if (SEEQ_READ16(sc, iot, ioh, SEEQ_RX_PTR) != 0x1234) { in seeq8005_attach() 202 id = SEEQ_READ16(sc, sc->sc_iot, sc->sc_ioh, SEEQ_BUFWIN); in seeq8005_attach() 360 if (SEEQ_READ16(sc, iot, ioh, SEEQ_BUFWIN) != (value)) \ in ea_ramtest() 395 status = SEEQ_READ16(sc, iot, ioh, SEEQ_STATUS); in ea_stoptx() 405 status = SEEQ_READ16(sc, iot, ioh, SEEQ_STATUS); in ea_stoptx() 435 status = SEEQ_READ16(sc, iot, ioh, SEEQ_STATUS); in ea_stoprx() 446 status = SEEQ_READ16(sc, iot, ioh, SEEQ_STATUS); in ea_stoprx() 548 if ((SEEQ_READ16(sc, iot, ioh, SEEQ_STATUS) & in ea_await_fifo_empty() [all …]
|