Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dqcom_geni_uart.c13 #define GENI_STATUS_REG_CMD_ACTIVE BIT(0) macro
28 while (io_read32(base + GENI_STATUS_REG) & GENI_STATUS_REG_CMD_ACTIVE) in qcom_geni_uart_putc()