dmaengine: dw: rename masters to reflect actual topology
[deliverable/linux.git] / drivers / dma / dw / regs.h
index 0a50c18d85b8bbfb9c5574f61ebba50d57f2d617..a63d62bbffe2987ab347f2e6b00b83a28bd39fc8 100644 (file)
@@ -249,8 +249,8 @@ struct dw_dma_chan {
        /* custom slave configuration */
        u8                      src_id;
        u8                      dst_id;
-       u8                      src_master;
-       u8                      dst_master;
+       u8                      m_master;
+       u8                      p_master;
 
        /* configuration passed via .device_config */
        struct dma_slave_config dma_sconfig;
This page took 0.025391 seconds and 5 git commands to generate.