Home
last modified time | relevance | path

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

/linux/include/linux/soc/qcom/
H A Dgeni-se.h101 #define SE_GENI_RX_FIFOn 0x780 macro
/linux/drivers/spi/
H A Dspi-geni-qcom.c811 readl(se->base + SE_GENI_RX_FIFOn); in geni_spi_handle_rx()
826 ioread32_rep(se->base + SE_GENI_RX_FIFOn, &fifo_word, 1); in geni_spi_handle_rx()
/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c376 readl(uport->membase + SE_GENI_RX_FIFOn); in qcom_geni_serial_get_char()
552 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, buf, 1); in handle_rx_console()