Lines Matching defs:feature
105 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX)
115 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX)
125 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_83XX)
134 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_83XX)
151 switch (chan->feature & FSL_DMA_IP_MASK) {
190 if (chan->feature & FSL_DMA_CHAN_PAUSE_EXT) {
197 if (chan->feature & FSL_DMA_CHAN_START_EXT) {
220 if ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX) {
340 * The DMA Request Count feature should be used in addition to this feature
346 chan->feature |= FSL_DMA_CHAN_PAUSE_EXT;
348 chan->feature &= ~FSL_DMA_CHAN_PAUSE_EXT;
364 chan->feature |= FSL_DMA_CHAN_START_EXT;
366 chan->feature &= ~FSL_DMA_CHAN_START_EXT;
608 if ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX) {
1007 gsr = (fdev->feature & FSL_DMA_BIG_ENDIAN) ? in_be32(fdev->regs)
1107 struct device_node *node, u32 feature, const char *compatible)
1134 chan->feature = feature;
1135 if (!fdev->feature)
1136 fdev->feature = chan->feature;
1139 * If the DMA device's feature is different than the feature
1142 WARN_ON(fdev->feature != chan->feature);
1164 switch (chan->feature & FSL_DMA_IP_MASK) {