Home
last modified time | relevance | path

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

/NextBSD/sys/dev/uart/
HDuart_dev_sab82532.c256 uart_setreg(bas, SAB_IMR0, (unsigned char)~SAB_IMR0_TCD); in sab82532_init()
415 imr0 = SAB_IMR0_TCD|SAB_IMR0_TIME|SAB_IMR0_CDSC|SAB_IMR0_RFO| in sab82532_bus_attach()
754 imr0 = SAB_IMR0_TCD|SAB_IMR0_TIME|SAB_IMR0_CDSC|SAB_IMR0_RFO| in sab82532_bus_ungrab()
/NextBSD/sys/dev/ic/
HDsab82532.h288 #define SAB_IMR0_TCD 0x80 /* termination character detected */ macro