Searched defs:sst_ops (Results 1 – 2 of 2) sorted by relevance
35 struct sst_ops { struct37 void (*boot)(struct sst_dsp *);38 void (*reset)(struct sst_dsp *);39 int (*wake)(struct sst_dsp *);40 void (*sleep)(struct sst_dsp *);41 void (*stall)(struct sst_dsp *);44 void (*write)(void __iomem *addr, u32 offset, u32 value);45 u32 (*read)(void __iomem *addr, u32 offset);46 void (*write64)(void __iomem *addr, u32 offset, u64 value);47 u64 (*read64)(void __iomem *addr, u32 offset);[all …]
123 struct sst_ops { struct141 struct sst_ops *ops; argument