Home
last modified time | relevance | path

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

/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi_hw.c847 qcom_spi_hw_read_into_rx_buf(struct qcom_spi_softc *sc, uint8_t val) in qcom_spi_hw_read_into_rx_buf() function
901 if (qcom_spi_hw_read_into_rx_buf(sc, reg & 0xff)) in qcom_spi_hw_read_pio_fifo()
904 if (qcom_spi_hw_read_into_rx_buf(sc, (reg >> 8) & 0xff)) in qcom_spi_hw_read_pio_fifo()
906 if (qcom_spi_hw_read_into_rx_buf(sc, reg & 0xff)) in qcom_spi_hw_read_pio_fifo()
909 if (qcom_spi_hw_read_into_rx_buf(sc, (reg >> 24) & 0xff)) in qcom_spi_hw_read_pio_fifo()
911 if (qcom_spi_hw_read_into_rx_buf(sc, (reg >> 16) & 0xff)) in qcom_spi_hw_read_pio_fifo()
913 if (qcom_spi_hw_read_into_rx_buf(sc, (reg >> 8) & 0xff)) in qcom_spi_hw_read_pio_fifo()
915 if (qcom_spi_hw_read_into_rx_buf(sc, reg & 0xff)) in qcom_spi_hw_read_pio_fifo()