Home
last modified time | relevance | path

Searched refs:PL011_IMSC_RXIM (Results 1 – 5 of 5) sorted by relevance

/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_uart.c137 PL011_REG_IMSC(uart->hw_base) &= ~((uint32_t)PL011_IMSC_RXIM); in uart_control()
150 PL011_REG_IMSC(uart->hw_base) |= PL011_IMSC_RXIM; in uart_control()
A Ddrv_uart.h48 #define PL011_IMSC_RXIM (1 << 4) macro
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_uart.h48 #define PL011_IMSC_RXIM (1 << 4) macro
A Ddrv_uart.c130 PL011_REG_IMSC(uart->hw_base) |= PL011_IMSC_RXIM; in uart_control()
/bsp/raspberry-pi/raspi-dm2.0/drivers/
A Ddrv_uart.h48 #define PL011_IMSC_RXIM (1 << 4) macro

Completed in 11 milliseconds