Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soc/qcom/
Dqcom-geni-se.c271 val = readl_relaxed(se->base + SE_GENI_S_IRQ_EN); in geni_se_init()
273 writel_relaxed(val, se->base + SE_GENI_S_IRQ_EN); in geni_se_init()
/Linux-v6.6/include/linux/soc/qcom/
Dgeni-se.h94 #define SE_GENI_S_IRQ_EN 0x644 macro
/Linux-v6.6/drivers/tty/serial/
Dqcom_geni_serial.c718 irq_en = readl(uport->membase + SE_GENI_S_IRQ_EN); in qcom_geni_serial_stop_rx_fifo()
720 writel(irq_en, uport->membase + SE_GENI_S_IRQ_EN); in qcom_geni_serial_stop_rx_fifo()
756 irq_en = readl(uport->membase + SE_GENI_S_IRQ_EN); in qcom_geni_serial_start_rx_fifo()
758 writel(irq_en, uport->membase + SE_GENI_S_IRQ_EN); in qcom_geni_serial_start_rx_fifo()