Lines Matching defs:hi6210_i2s
33 struct hi6210_i2s { struct
34 struct device *dev;
35 struct reset_control *rc;
36 struct clk *clk[8];
37 int clocks;
38 struct snd_soc_dai_driver dai;
39 void __iomem *base;
40 struct regmap *sysctrl;
41 phys_addr_t base_phys;
42 struct snd_dmaengine_dai_dma_data dma_data[2];
43 int clk_rate;
44 spinlock_t lock;
45 int rate;
46 int format;
47 u8 bits;
48 u8 channels;
49 u8 id;
50 u8 channel_length;
51 u8 use;
52 u32 master:1;
53 u32 status:1;