Lines Matching refs:status
158 * @isr_eoc: interrupt status register & eoc bitfield
159 * @isr_ovr: interrupt status register & overrun bitfield
201 * @has_vregready: vregready status flag presence
1141 * stm32h7_adc_check_selfcalib() - Check linear calibration status
1523 u32 status = stm32_adc_readl(adc, regs->isr_eoc.reg);
1525 /* Check ovr status right now, as ovr mask should be already disabled */
1526 if (status & regs->isr_ovr.mask) {
1546 u32 status = stm32_adc_readl(adc, regs->isr_eoc.reg);
1548 if (status & regs->isr_ovr.mask) {
1561 if (status & regs->isr_eoc.mask) {
1562 /* Reading DR also clears EOC status flag */
1692 enum dma_status status;
1694 status = dmaengine_tx_status(adc->dma_chan,
1697 if (status == DMA_IN_PROGRESS) {