Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dqcom_geni_serial.c338 writel(irq_clear, uport->membase + SE_GENI_S_IRQ_CLEAR); in qcom_geni_serial_abort_rx()
356 writel(status, uport->membase + SE_GENI_S_IRQ_CLEAR); in qcom_geni_serial_get_char()
692 writel(s_irq_status, uport->membase + SE_GENI_S_IRQ_CLEAR); in qcom_geni_serial_stop_rx()
835 writel(s_irq_status, uport->membase + SE_GENI_S_IRQ_CLEAR); in qcom_geni_serial_isr()
/OK3568_Linux_fs/kernel/include/linux/
H A Dqcom-geni-se.h82 #define SE_GENI_S_IRQ_CLEAR 0x648 macro
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dqcom-geni-se.c226 writel_relaxed(0xffffffff, se->base + SE_GENI_S_IRQ_CLEAR); in geni_se_irq_clear()