Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dqcom-geni-se.h385 static inline u32 geni_se_get_tx_fifo_depth(struct geni_se *se) in geni_se_get_tx_fifo_depth() function
/Linux-v5.10/drivers/i2c/busses/
Di2c-qcom-geni.c583 tx_depth = geni_se_get_tx_fifo_depth(&gi2c->se); in geni_i2c_probe()
/Linux-v5.10/drivers/spi/
Dspi-geni-qcom.c303 mas->tx_fifo_depth = geni_se_get_tx_fifo_depth(se); in spi_geni_init()
/Linux-v5.10/drivers/tty/serial/
Dqcom_geni_serial.c874 port->tx_fifo_depth = geni_se_get_tx_fifo_depth(&port->se); in get_tx_fifo_size()