Home
last modified time | relevance | path

Searched refs:UART_IER_RDI (Results 1 – 12 of 12) sorted by relevance

/bsp/rockchip/rk3568/driver/
A Ddrv_uart.c30 #define UART_IER_RDI 0x01 /* Enable receiver data interrupt */ macro
167 dw8250_write32(base, UART_IER, !UART_IER_RDI); in dw8250_uart_configure()
188 dw8250_write32(base, UART_IER, UART_IER_RDI); in dw8250_uart_configure()
204 dw8250_write32(uart->hw_base, UART_IER, !UART_IER_RDI); in dw8250_uart_control()
210 dw8250_write32(uart->hw_base, UART_IER, UART_IER_RDI); in dw8250_uart_control()
/bsp/rockchip/rk3500/driver/uart8250/
A Dcore.c217 serial->serial_out(serial, UART_IER, !UART_IER_RDI); in serial8250_uart_configure()
242 serial->serial_out(serial, UART_IER, UART_IER_RDI); in serial8250_uart_configure()
256 serial->serial_out(serial, UART_IER, !UART_IER_RDI); in serial8250_uart_control()
262 serial->serial_out(serial, UART_IER, UART_IER_RDI); in serial8250_uart_control()
A Dregs.h20 #define UART_IER_RDI 0x01 /* Enable receiver data interrupt */ macro
A Dfiq-debugger.c125 rockchip_fiq_write(t, UART_IER_RDI, UART_IER); in fiq_debugger_uart_configure()
/bsp/k230/drivers/interdrv/uart/
A Ddrv_uart.c80 #define UART_IER_RDI (BIT(0)) macro
231 uart_set_isr((void*)(uart->hw_base), 0, UART_IER_RDI); in uart_control()
242 uart_set_isr((void*)(uart->hw_base), 1, UART_IER_RDI); in uart_control()
249 uart_set_isr((void*)(uart->hw_base), 1, UART_IER_RDI); in uart_control()
/bsp/cvitek/drivers/
A Ddrv_uart.h48 #define UART_IER_RDI 0x01 /* Enable receiver data interrupt */ macro
A Ddrv_uart.c154 dw8250_write32(uart->hw_base, UART_IER, !UART_IER_RDI); in dw8250_uart_control()
160 dw8250_write32(uart->hw_base, UART_IER, UART_IER_RDI); in dw8250_uart_control()
/bsp/rockchip/common/drivers/
A Ddrv_uart.c364 HAL_UART_DisableIrq(hw_base, UART_IER_RDI); in rockchip_uart_control()
371 HAL_UART_EnableIrq(hw_base, UART_IER_RDI); in rockchip_uart_control()
377 HAL_UART_EnableIrq(hw_base, UART_IER_RDI); in rockchip_uart_control()
/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/
A Duart.h73 #define UART_IER_RDI (BIT(0)) macro
A Dhal_uart.c695 uart_enable_irq(uart_port, UART_IER_RDI | UART_IER_RLSI); in hal_uart_init()
/bsp/allwinner/libraries/drivers/
A Ddrv_uart.c253 #define UART_IER_RDI (BIT(0)) macro
643 uart_set_isr(uart->uart_port, 0, UART_IER_RDI | UART_IER_RLSI); in _uart_control()
654 uart_set_isr(uart->uart_port, 1, UART_IER_RDI | UART_IER_RLSI); in _uart_control()
661 uart_set_isr(uart->uart_port, 1, UART_IER_RDI | UART_IER_RLSI); in _uart_control()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_uart.h34 #define UART_IER_RDI 0x01 /**< Enable receiver data interrupt */ macro

Completed in 47 milliseconds