Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c328 writel(M_CMD_ABORT_EN, uport->membase + SE_GENI_M_IRQ_CLEAR); in qcom_geni_serial_poll_tx_done()
353 writel(status, uport->membase + SE_GENI_M_IRQ_CLEAR); in qcom_geni_serial_get_char()
394 writel(M_CMD_DONE_EN, uport->membase + SE_GENI_M_IRQ_CLEAR); in qcom_geni_serial_poll_put_char()
461 writel(M_CMD_DONE_EN, uport->membase + SE_GENI_M_IRQ_CLEAR); in __qcom_geni_serial_console_write()
480 SE_GENI_M_IRQ_CLEAR); in __qcom_geni_serial_console_write()
628 writel(M_CMD_ABORT_EN, uport->membase + SE_GENI_M_IRQ_CLEAR); in qcom_geni_serial_stop_tx_dma()
631 writel(M_CMD_CANCEL_EN, uport->membase + SE_GENI_M_IRQ_CLEAR); in qcom_geni_serial_stop_tx_dma()
677 writel(M_CMD_DONE_EN, uport->membase + SE_GENI_M_IRQ_CLEAR); in qcom_geni_serial_start_tx_fifo()
709 writel(M_CMD_ABORT_EN, uport->membase + SE_GENI_M_IRQ_CLEAR); in __qcom_geni_serial_cancel_tx_cmd()
711 writel(M_CMD_CANCEL_EN, uport->membase + SE_GENI_M_IRQ_CLEAR); in __qcom_geni_serial_cancel_tx_cmd()
[all …]
/linux/include/linux/soc/qcom/
H A Dgeni-se.h90 #define SE_GENI_M_IRQ_CLEAR 0x618 macro
/linux/drivers/spi/
H A Dspi-geni-qcom.c1043 writel(m_irq, se->base + SE_GENI_M_IRQ_CLEAR); in geni_spi_isr()