Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/uart/
HDuart_dev_sab82532.c232 uart_setreg(bas, SAB_CCR0, 0); in sab82532_init()
237 uart_setreg(bas, SAB_CCR0, ccr0); in sab82532_init()
266 uart_setreg(bas, SAB_CCR0, ccr0|SAB_CCR0_PU); in sab82532_init()
440 uart_setreg(bas, SAB_CCR0, 0); in sab82532_bus_detach()
/freebsd-11-stable/sys/dev/ic/
HDsab82532.h70 #define SAB_CCR0 0x2c /* rw: channel configuration register 0 */ macro