Lines Matching defs:inst
260 const struct ldma_inst_data *inst;
352 if (d->inst->type != DMA_TYPE_TX)
381 if (d->inst->type == DMA_TYPE_MCPY)
409 if (d->inst->type == DMA_TYPE_RX)
413 if (d->inst->orrc > 0 && d->inst->orrc <= DMA_ORRC_MAX_CNT)
414 val = DMA_ORRC_EN | FIELD_PREP(DMA_ORRC_ORRCNT, d->inst->orrc);
442 if (d->inst->type != DMA_TYPE_RX && d->inst->type != DMA_TYPE_MCPY)
458 if (d->inst->type != DMA_TYPE_TX)
514 d->inst->name, readl(d->base + DMA_CTRL));
581 if (d->inst->type == DMA_TYPE_MCPY || val > DMA_MAX_CLASS)
936 if (d->inst->chan_fc)
939 if (d->inst->desc_fod)
942 if (d->inst->desc_in_sram)
945 if (d->inst->valid_desc_fetch_ack)
1582 d->inst = device_get_match_data(dev);
1583 if (!d->inst) {