Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c348 status = readl(uport->membase + SE_GENI_S_IRQ_STATUS); in qcom_geni_serial_get_char()
740 qcom_geni_serial_poll_bit(uport, SE_GENI_S_IRQ_STATUS, in qcom_geni_serial_stop_rx_fifo()
746 s_irq_status = readl(uport->membase + SE_GENI_S_IRQ_STATUS); in qcom_geni_serial_stop_rx_fifo()
998 s_irq_status = readl(uport->membase + SE_GENI_S_IRQ_STATUS); in qcom_geni_serial_isr()
/openbmc/linux/include/linux/soc/qcom/
H A Dgeni-se.h93 #define SE_GENI_S_IRQ_STATUS 0x640 macro