Searched defs:sst_ops (Results 1 – 2 of 2) sorted by relevance
37 struct sst_ops { struct39 void (*boot)(struct sst_dsp *);40 void (*reset)(struct sst_dsp *);41 int (*wake)(struct sst_dsp *);42 void (*sleep)(struct sst_dsp *);43 void (*stall)(struct sst_dsp *);46 void (*write)(void __iomem *addr, u32 offset, u32 value);47 u32 (*read)(void __iomem *addr, u32 offset);48 void (*write64)(void __iomem *addr, u32 offset, u64 value);49 u64 (*read64)(void __iomem *addr, u32 offset);[all …]
127 struct sst_ops { struct145 struct sst_ops *ops; argument