Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dqcom-geni-se.h65 #define SE_GENI_RX_FIFOn 0x780 macro
/Linux-v5.4/drivers/tty/serial/
Dqcom_geni_serial.c353 rx_fifo = readl(uport->membase + SE_GENI_RX_FIFOn); in qcom_geni_serial_get_char()
488 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, buf, 1); in handle_rx_console()
531 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, port->rx_fifo, words); in handle_rx_uart()
/Linux-v5.4/drivers/spi/
Dspi-geni-qcom.c468 ioread32_rep(se->base + SE_GENI_RX_FIFOn, &fifo_word, 1); in geni_spi_handle_rx()
/Linux-v5.4/drivers/i2c/busses/
Di2c-qcom-geni.c254 val = readl_relaxed(base + SE_GENI_RX_FIFOn); in geni_i2c_irq()