Searched defs:mca_cluster (Results 1 – 1 of 1) sorted by relevance
129 struct mca_cluster { struct130 int no;131 __iomem void *base;132 struct mca_data *host;133 struct device *pd_dev;134 struct clk *clk_parent;135 struct dma_chan *dma_chans[SNDRV_PCM_STREAM_LAST + 1];137 bool port_started[SNDRV_PCM_STREAM_LAST + 1];138 int port_driver; /* The cluster driving this cluster's port */140 bool clocks_in_use[SNDRV_PCM_STREAM_LAST + 1];[all …]