Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soc/qcom/
H A Dgeni-se.h122 #define S_GENI_CMD_ACTIVE BIT(12) macro
/openbmc/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c265 return readl(uport->membase + SE_GENI_STATUS) & S_GENI_CMD_ACTIVE; in qcom_geni_serial_secondary_active()