Lines Matching defs:config
97 * struct vendor_data - vendor-specific config parameters for PL08x derivatives
193 * @ccfg: config reg values for current txd
546 /* Do not access config register until channel shows as disabled */
550 /* Do not access config register until channel shows as inactive */
2127 struct dma_slave_config *config)
2136 if (config->src_addr_width == DMA_SLAVE_BUSWIDTH_8_BYTES ||
2137 config->dst_addr_width == DMA_SLAVE_BUSWIDTH_8_BYTES)
2140 if (config->device_fc && pl08x->vd->pl080s) {
2147 plchan->cfg = *config;
2273 /* The Nomadik variant does not have the config register */