Searched defs:sst_ops (Results 1 – 2 of 2) sorted by relevance
28 struct sst_ops { struct30 void (*boot)(struct sst_dsp *);31 void (*reset)(struct sst_dsp *);32 int (*wake)(struct sst_dsp *);33 void (*sleep)(struct sst_dsp *);34 void (*stall)(struct sst_dsp *);37 void (*write)(void __iomem *addr, u32 offset, u32 value);38 u32 (*read)(void __iomem *addr, u32 offset);39 void (*write64)(void __iomem *addr, u32 offset, u64 value);40 u64 (*read64)(void __iomem *addr, u32 offset);[all …]
119 struct sst_ops { struct137 struct sst_ops *ops; argument