Home
last modified time | relevance | path

Searched refs:SE_GENI_RX_FIFOn (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/
Dqcom-geni-se.h94 #define SE_GENI_RX_FIFOn 0x780 macro
/Linux-v6.1/drivers/tty/serial/
Dqcom_geni_serial.c374 readl(uport->membase + SE_GENI_RX_FIFOn); in qcom_geni_serial_get_char()
536 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, buf, 1); in handle_rx_console()
578 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, port->rx_fifo, words); in handle_rx_uart()
/Linux-v6.1/drivers/spi/
Dspi-geni-qcom.c697 readl(se->base + SE_GENI_RX_FIFOn); in geni_spi_handle_rx()
712 ioread32_rep(se->base + SE_GENI_RX_FIFOn, &fifo_word, 1); in geni_spi_handle_rx()
/Linux-v6.1/drivers/i2c/busses/
Di2c-qcom-geni.c273 val = readl_relaxed(base + SE_GENI_RX_FIFOn); in geni_i2c_irq()