Lines Matching refs:status
95 * @calibrated: Indicates calibration status
121 * @isr_eoc: interrupt status register & eoc bitfield
122 * @isr_ovr: interrupt status register & overrun bitfield
152 * @has_vregready: vregready status flag presence
1267 u32 status = stm32_adc_readl(adc, regs->isr_eoc.reg);
1269 /* Check ovr status right now, as ovr mask should be already disabled */
1270 if (status & regs->isr_ovr.mask) {
1290 u32 status = stm32_adc_readl(adc, regs->isr_eoc.reg);
1292 if (status & regs->isr_ovr.mask) {
1305 if (status & regs->isr_eoc.mask) {
1306 /* Reading DR also clears EOC status flag */
1440 enum dma_status status;
1442 status = dmaengine_tx_status(adc->dma_chan,
1445 if (status == DMA_IN_PROGRESS) {