Home
last modified time | relevance | path

Searched defs:spu_context_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dspufs.h185 struct spu_context_ops { struct
186 int (*mbox_read) (struct spu_context * ctx, u32 * data);
187 u32(*mbox_stat_read) (struct spu_context * ctx);
188 __poll_t (*mbox_stat_poll)(struct spu_context *ctx, __poll_t events);
189 int (*ibox_read) (struct spu_context * ctx, u32 * data);
190 int (*wbox_write) (struct spu_context * ctx, u32 data);
191 u32(*signal1_read) (struct spu_context * ctx);
192 void (*signal1_write) (struct spu_context * ctx, u32 data);
193 u32(*signal2_read) (struct spu_context * ctx);
194 void (*signal2_write) (struct spu_context * ctx, u32 data);
[all …]