Home
last modified time | relevance | path

Searched refs:MCR_RTS (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()
458 if (oct16550->mcr & MCR_RTS) 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()
781 oct16550->mcr |= MCR_RTS; in oct16550_bus_setsig()
/f-stack/freebsd/mips/nlm/hal/
H A Duart.h72 #define MCR_RTS 0x02 macro
/f-stack/freebsd/mips/atheros/
H A Duart_dev_ar933x.c642 ns8250->mcr &= ~(MCR_DTR|MCR_RTS); in ar933x_bus_setsig()
646 ns8250->mcr |= MCR_RTS; in ar933x_bus_setsig()