Lines Matching refs:op_flags
311 uint32_t qup_error, spi_error, op_flags; in qcom_spi_hw_interrupt_handle() local
318 op_flags = QCOM_SPI_READ_4(sc, QUP_OPERATIONAL); in qcom_spi_hw_interrupt_handle()
329 op_flags); in qcom_spi_hw_interrupt_handle()
346 QCOM_SPI_WRITE_4(sc, QUP_OPERATIONAL, op_flags); in qcom_spi_hw_interrupt_handle()
347 if ((op_flags & QUP_OP_IN_SERVICE_FLAG) in qcom_spi_hw_interrupt_handle()
348 && (op_flags & QUP_OP_MAX_INPUT_DONE_FLAG)) in qcom_spi_hw_interrupt_handle()
350 if ((op_flags & QUP_OP_OUT_SERVICE_FLAG) in qcom_spi_hw_interrupt_handle()
351 && (op_flags & QUP_OP_MAX_OUTPUT_DONE_FLAG)) in qcom_spi_hw_interrupt_handle()
355 if (op_flags & QUP_OP_IN_SERVICE_FLAG) in qcom_spi_hw_interrupt_handle()
357 if (op_flags & QUP_OP_OUT_SERVICE_FLAG) in qcom_spi_hw_interrupt_handle()
362 if (op_flags & QUP_OP_MAX_INPUT_DONE_FLAG) in qcom_spi_hw_interrupt_handle()