Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_uart.c102 PL011_REG_IMSC(uart->hw_base) = 0; /* mask all interrupt */ in uart_configure()
116 PL011_REG_IMSC(uart->hw_base) = 0; in uart_configure()
137 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.h70 #define PL011_REG_IMSC(BASE) HWREG32(BASE + 0x38) macro
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_uart.h70 #define PL011_REG_IMSC(BASE) HWREG32(BASE + 0x38) 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.h70 #define PL011_REG_IMSC(BASE) HWREG32(BASE + 0x38) macro

Completed in 14 milliseconds