Searched refs:qcom_spi_hw_write_from_tx_buf (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/qcom_qup/ |
H A D | qcom_spi_hw.c | 742 qcom_spi_hw_write_from_tx_buf(struct qcom_spi_softc *sc, int shift, in qcom_spi_hw_write_from_tx_buf() function 799 if (qcom_spi_hw_write_from_tx_buf(sc, 24, ®)) in qcom_spi_hw_write_pio_fifo() 802 if (qcom_spi_hw_write_from_tx_buf(sc, 24, ®)) in qcom_spi_hw_write_pio_fifo() 804 if (qcom_spi_hw_write_from_tx_buf(sc, 16, ®)) in qcom_spi_hw_write_pio_fifo() 807 if (qcom_spi_hw_write_from_tx_buf(sc, 24, ®)) in qcom_spi_hw_write_pio_fifo() 809 if (qcom_spi_hw_write_from_tx_buf(sc, 16, ®)) in qcom_spi_hw_write_pio_fifo() 811 if (qcom_spi_hw_write_from_tx_buf(sc, 8, ®)) in qcom_spi_hw_write_pio_fifo() 813 if (qcom_spi_hw_write_from_tx_buf(sc, 0, ®)) in qcom_spi_hw_write_pio_fifo()
|