Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-qcom-geni.c373 mode = GENI_SE_FIFO; in geni_i2c_rx_one_msg()
387 mode = GENI_SE_FIFO; in geni_i2c_rx_one_msg()
416 mode = GENI_SE_FIFO; in geni_i2c_tx_one_msg()
430 mode = GENI_SE_FIFO; in geni_i2c_tx_one_msg()
436 if (mode == GENI_SE_FIFO) /* Get FIFO IRQ */ in geni_i2c_tx_one_msg()
/Linux-v4.19/drivers/tty/serial/
Dqcom_geni_serial.c547 if (port->xfer_mode == GENI_SE_FIFO) { in qcom_geni_serial_start_tx()
577 if (port->xfer_mode == GENI_SE_FIFO) { in qcom_geni_serial_stop_tx()
624 if (port->xfer_mode == GENI_SE_FIFO) { in qcom_geni_serial_start_rx()
642 if (port->xfer_mode == GENI_SE_FIFO) { in qcom_geni_serial_stop_rx()
861 port->xfer_mode = GENI_SE_FIFO; in qcom_geni_serial_port_setup()
1139 geni_se_select_mode(&se, GENI_SE_FIFO); in qcom_geni_serial_earlycon_setup()
/Linux-v4.19/drivers/soc/qcom/
Dqcom-geni-se.c299 WARN_ON(mode != GENI_SE_FIFO && mode != GENI_SE_DMA); in geni_se_select_mode()
302 case GENI_SE_FIFO: in geni_se_select_mode()
/Linux-v4.19/include/linux/
Dqcom-geni-se.h12 GENI_SE_FIFO, enumerator