Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-geni-qcom.c461 readl(se->base + SE_GENI_RX_FIFOn); in geni_spi_handle_rx()
476 ioread32_rep(se->base + SE_GENI_RX_FIFOn, &fifo_word, 1); in geni_spi_handle_rx()
/OK3568_Linux_fs/kernel/include/linux/
H A Dqcom-geni-se.h84 #define SE_GENI_RX_FIFOn 0x780 macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dqcom_geni_serial.c376 readl(uport->membase + SE_GENI_RX_FIFOn); in qcom_geni_serial_get_char()
538 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, buf, 1); in handle_rx_console()
580 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, port->rx_fifo, words); in handle_rx_uart()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-qcom-geni.c255 val = readl_relaxed(base + SE_GENI_RX_FIFOn); in geni_i2c_irq()