Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/uart/
Duart_dev_sab82532.c256 uart_setreg(bas, SAB_IMR0, (unsigned char)~SAB_IMR0_TCD); in sab82532_init()
415 uart_setreg(bas, SAB_IMR0, 0xff & ~imr0); in sab82532_bus_attach()
432 uart_setreg(bas, SAB_IMR0, 0xff); in sab82532_bus_detach()
/freebsd-9-stable/sys/dev/ic/
Dsab82532.h87 #define SAB_IMR0 0x3a /* w: interrupt mask 0 */ macro