Home
last modified time | relevance | path

Searched refs:SAB_ISR1 (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/scc/
HDscc_dev_sab82532.c119 isr1 = scc_getreg(bas, ofs + SAB_ISR1); in sab82532_bfe_ipend()
/NextBSD/sys/dev/uart/
HDuart_dev_sab82532.c260 uart_getreg(bas, SAB_ISR1); in sab82532_init()
438 uart_getreg(bas, SAB_ISR1); in sab82532_bus_detach()
546 isr1 = uart_getreg(bas, SAB_ISR1); in sab82532_bus_ipend()
/NextBSD/sys/dev/ic/
HDsab82532.h88 #define SAB_ISR1 0x3b /* r: interrupt status 1 */ macro