Searched refs:CR_STP (Results 1 – 2 of 2) sorted by relevance
86 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()
98 #define CR_STP 0x0010 /* stop timer */ macro