Lines Matching refs:status
911 * Return: Number of outstanding transactions from the status register.
926 * should be re-enabled when this event is handled. If the channel status
985 * xilinx_dpdma_chan_poll_no_ostand - Poll the outstanding transaction status
988 * Poll the outstanding transaction status, and return when there's no
1144 * the descriptor status.
1503 u32 status;
1506 status = dpdma_read(xdev->reg, XILINX_DPDMA_ISR);
1508 if (!status && !error)
1511 dpdma_write(xdev->reg, XILINX_DPDMA_ISR, status);
1514 if (status & XILINX_DPDMA_INTR_VSYNC) {
1527 mask = FIELD_GET(XILINX_DPDMA_INTR_DESC_DONE_MASK, status);
1533 mask = FIELD_GET(XILINX_DPDMA_INTR_NO_OSTAND_MASK, status);
1539 mask = status & XILINX_DPDMA_INTR_ERR_ALL;
1617 /* Clear the interrupt status registers */