Lines Matching defs:feature
104 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX)
114 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX)
124 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_83XX)
133 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_83XX)
150 switch (chan->feature & FSL_DMA_IP_MASK) {
189 if (chan->feature & FSL_DMA_CHAN_PAUSE_EXT) {
196 if (chan->feature & FSL_DMA_CHAN_START_EXT) {
219 if ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX) {
339 * The DMA Request Count feature should be used in addition to this feature
345 chan->feature |= FSL_DMA_CHAN_PAUSE_EXT;
347 chan->feature &= ~FSL_DMA_CHAN_PAUSE_EXT;
363 chan->feature |= FSL_DMA_CHAN_START_EXT;
365 chan->feature &= ~FSL_DMA_CHAN_START_EXT;
607 if ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX) {
1006 gsr = (fdev->feature & FSL_DMA_BIG_ENDIAN) ? in_be32(fdev->regs)
1106 struct device_node *node, u32 feature, const char *compatible)
1133 chan->feature = feature;
1134 if (!fdev->feature)
1135 fdev->feature = chan->feature;
1138 * If the DMA device's feature is different than the feature
1141 WARN_ON(fdev->feature != chan->feature);
1163 switch (chan->feature & FSL_DMA_IP_MASK) {