Home
last modified time | relevance | path

Searched refs:CR_STP (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/snc/
HDdp83932subr.c86 NIC_PUT(sc, SNCR_CR, CR_STP); in sncsetup()
373 bus_space_write_2(iot, ioh, SNEC_CTRL, CR_RXDIS | CR_STP | CR_RST); in snc_nec16_detectsubr()
377 if (cr != (CR_RXDIS | CR_STP | CR_RST)) { in snc_nec16_detectsubr()
HDdp83932reg.h98 #define CR_STP 0x0010 /* stop timer */ macro