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

/freebsd-11-stable/sys/dev/cs/
H A Dif_csreg.h542 cs_inw(struct cs_softc *sc, int off) function
551 cs_inw(struct cs_softc *sc, int off) function
567 return (cs_inw(sc, DATA_PORT));
H A Dif_cs.c274 if ((cs_inw(sc, ADD_PORT) & ADD_MASK) != ADD_SIG) {
279 i = cs_inw(sc, DATA_PORT);
282 if ((cs_inw(sc, ADD_PORT) & ADD_MASK) != ADD_SIG)
700 status = cs_inw(sc, RX_FRAME_PORT);
701 length = cs_inw(sc, RX_FRAME_PORT);
771 while ((status=cs_inw(sc, ISQ_PORT))) {

Completed in 92 milliseconds