Home
last modified time | relevance | path

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

/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi_hw.c311 uint32_t qup_error, spi_error, op_flags; in qcom_spi_hw_interrupt_handle() local
316 qup_error = QCOM_SPI_READ_4(sc, QUP_ERROR_FLAGS); in qcom_spi_hw_interrupt_handle()
321 QCOM_SPI_WRITE_4(sc, QUP_ERROR_FLAGS, qup_error); in qcom_spi_hw_interrupt_handle()
327 qup_error, in qcom_spi_hw_interrupt_handle()
332 if (qup_error != 0) { in qcom_spi_hw_interrupt_handle()
334 qup_error); in qcom_spi_hw_interrupt_handle()