Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/pic32/pic32mzda/
H A Dearly_console.c19 #define UART_ENABLE_TX BIT(10) macro
59 __raw_writel(UART_ENABLE_TX | UART_ENABLE_RX, in configure_uart()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.h177 #define UART_ENABLE_TX 1 macro
H A Dxr_usb_serial_hal.c544 …ret = xr_usb_serial_set_reg(xr_usb_serial,xr_usb_serial->reg_map.uart_enable_addr,UART_ENABLE_TX |… in xr_usb_serial_enable()
549 …ret = xr_usb_serial_set_reg(xr_usb_serial,xr_usb_serial->reg_map.uart_enable_addr,UART_ENABLE_TX |… in xr_usb_serial_enable()