Searched refs:geni_se_init (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/soc/qcom/ |
H A D | qcom-geni-se.c | 255 void geni_se_init(struct geni_se *se, u32 rx_wm, u32 rx_rfr) in geni_se_init() function 274 EXPORT_SYMBOL_GPL(geni_se_init);
|
/linux/include/linux/soc/qcom/ |
H A D | geni-se.h | 495 void geni_se_init(struct geni_se *se, u32 rx_wm, u32 rx_rfr);
|
/linux/drivers/tty/serial/ |
H A D | qcom_geni_serial.c | 1182 geni_se_init(&port->se, UART_RX_WM, port->rx_fifo_depth - 2); in qcom_geni_serial_port_setup() 1510 geni_se_init(&se, DEF_FIFO_DEPTH_WORDS / 2, DEF_FIFO_DEPTH_WORDS - 2); in qcom_geni_serial_earlycon_setup()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-qcom-geni.c | 900 geni_se_init(&gi2c->se, gi2c->tx_wm, tx_depth); in geni_i2c_probe()
|
/linux/drivers/spi/ |
H A D | spi-geni-qcom.c | 687 geni_se_init(se, mas->tx_fifo_depth - 3, mas->tx_fifo_depth - 2); in spi_geni_init()
|