Home
last modified time | relevance | path

Searched refs:LPC_IRQ_ST_ON (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/
H A Dlpc_uart.c34 while (!(status & LPC_IRQ_ST_ON)) { in lpc_byte_read()
41 io_write32(LPC_IRQ_ST_REG_OFFSET + addr, LPC_IRQ_ST_ON); in lpc_byte_read()
43 if (io_read32(LPC_OP_STATUS_REG_OFFSET + addr) & LPC_IRQ_ST_ON) in lpc_byte_read()
60 while (!(status & LPC_IRQ_ST_ON)) { in lpc_byte_write()
67 io_write32(LPC_IRQ_ST_REG_OFFSET + addr, LPC_IRQ_ST_ON); in lpc_byte_write()
/optee_os/core/include/drivers/
H A Dlpc_uart.h42 #define LPC_IRQ_ST_ON (0x2) macro