Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_bcm6345.c44 #define UART_CTL_LOOPBACK_MASK (1 << UART_CTL_LOOPBACK_SHIFT) macro
138 UART_CTL_LOOPBACK_MASK, in bcm6345_serial_init()
/openbmc/linux/include/linux/
H A Dserial_bcm63xx.h34 #define UART_CTL_LOOPBACK_MASK (1 << UART_CTL_LOOPBACK_SHIFT) macro
/openbmc/linux/drivers/tty/serial/
H A Dbcm63xx_uart.c114 val |= UART_CTL_LOOPBACK_MASK; in bcm_uart_set_mctrl()
116 val &= ~UART_CTL_LOOPBACK_MASK; in bcm_uart_set_mctrl()