dmaengine: dw: apply both HS interfaces and remove slave_id usage
[firefly-linux-kernel-4.4.55.git] / drivers / dma / dw / regs.h
index af02439155e9a6fd7ff24532a7d3184f636e4660..0e82d9972c17be62ca897ef632a024ff319c0f00 100644 (file)
@@ -221,9 +221,10 @@ struct dw_dma_chan {
        bool                    nollp;
 
        /* custom slave configuration */
-       unsigned int            request_line;
-       unsigned char           src_master;
-       unsigned char           dst_master;
+       u8                      src_id;
+       u8                      dst_id;
+       u8                      src_master;
+       u8                      dst_master;
 
        /* configuration passed via DMA_SLAVE_CONFIG */
        struct dma_slave_config dma_sconfig;