Searched refs:PL011_REG_IMSC (Results 1 – 5 of 5) sorted by relevance
102 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()
70 #define PL011_REG_IMSC(BASE) HWREG32(BASE + 0x38) macro
130 PL011_REG_IMSC(uart->hw_base) |= PL011_IMSC_RXIM; in uart_control()
Completed in 14 milliseconds