Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/
H A Duart_dev_oct16550.c316 uart_setreg(bas, REG_MCR, MCR_RTS | MCR_DTR); in oct16550_init()
456 if (oct16550->mcr & MCR_DTR) in oct16550_bus_attach()
670 uart_setreg(bas, REG_MCR, (MCR_DTR | MCR_RTS)); in oct16550_bus_probe()
777 oct16550->mcr &= ~(MCR_DTR|MCR_RTS); in oct16550_bus_setsig()
779 oct16550->mcr |= MCR_DTR; in oct16550_bus_setsig()
/f-stack/freebsd/mips/nlm/hal/
H A Duart.h71 #define MCR_DTR 0x01 macro
/f-stack/freebsd/mips/atheros/
H A Duart_dev_ar933x.c642 ns8250->mcr &= ~(MCR_DTR|MCR_RTS); in ar933x_bus_setsig()
644 ns8250->mcr |= MCR_DTR; in ar933x_bus_setsig()