Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dqcom-geni-se.h65 #define SE_GENI_RX_FIFOn 0x780 macro
/Linux-v4.19/drivers/tty/serial/
Dqcom_geni_serial.c364 rx_fifo = readl(uport->membase + SE_GENI_RX_FIFOn); in qcom_geni_serial_get_char()
483 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, buf, 1); in handle_rx_console()
525 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, port->rx_fifo, words); in handle_rx_uart()
/Linux-v4.19/drivers/i2c/busses/
Di2c-qcom-geni.c260 val = readl_relaxed(gi2c->se.base + SE_GENI_RX_FIFOn); in geni_i2c_irq()