Lines Matching refs:status
900 * Return: Number of outstanding transactions from the status register.
915 * should be re-enabled when this event is handled. If the channel status
976 * xilinx_dpdma_chan_poll_no_ostand - Poll the outstanding transaction status
979 * Poll the outstanding transaction status, and return when there's no
1140 * the descriptor status.
1507 u32 status;
1510 status = dpdma_read(xdev->reg, XILINX_DPDMA_ISR);
1512 if (!status && !error)
1515 dpdma_write(xdev->reg, XILINX_DPDMA_ISR, status);
1518 if (status & XILINX_DPDMA_INTR_VSYNC) {
1531 mask = FIELD_GET(XILINX_DPDMA_INTR_DESC_DONE_MASK, status);
1537 mask = FIELD_GET(XILINX_DPDMA_INTR_NO_OSTAND_MASK, status);
1543 mask = status & XILINX_DPDMA_INTR_ERR_ALL;
1621 /* Clear the interrupt status registers */