|
int(* | mbox_read )(struct spu_context *ctx, u32 *data) |
|
u32(* | mbox_stat_read )(struct spu_context *ctx) |
|
unsigned int(* | mbox_stat_poll )(struct spu_context *ctx, unsigned int events) |
|
int(* | ibox_read )(struct spu_context *ctx, u32 *data) |
|
int(* | wbox_write )(struct spu_context *ctx, u32 data) |
|
u32(* | signal1_read )(struct spu_context *ctx) |
|
void(* | signal1_write )(struct spu_context *ctx, u32 data) |
|
u32(* | signal2_read )(struct spu_context *ctx) |
|
void(* | signal2_write )(struct spu_context *ctx, u32 data) |
|
void(* | signal1_type_set )(struct spu_context *ctx, u64 val) |
|
u64(* | signal1_type_get )(struct spu_context *ctx) |
|
void(* | signal2_type_set )(struct spu_context *ctx, u64 val) |
|
u64(* | signal2_type_get )(struct spu_context *ctx) |
|
u32(* | npc_read )(struct spu_context *ctx) |
|
void(* | npc_write )(struct spu_context *ctx, u32 data) |
|
u32(* | status_read )(struct spu_context *ctx) |
|
char *(* | get_ls )(struct spu_context *ctx) |
|
void(* | privcntl_write )(struct spu_context *ctx, u64 data) |
|
u32(* | runcntl_read )(struct spu_context *ctx) |
|
void(* | runcntl_write )(struct spu_context *ctx, u32 data) |
|
void(* | runcntl_stop )(struct spu_context *ctx) |
|
void(* | master_start )(struct spu_context *ctx) |
|
void(* | master_stop )(struct spu_context *ctx) |
|
int(* | set_mfc_query )(struct spu_context *ctx, u32 mask, u32 mode) |
|
u32(* | read_mfc_tagstatus )(struct spu_context *ctx) |
|
u32(* | get_mfc_free_elements )(struct spu_context *ctx) |
|
int(* | send_mfc_command )(struct spu_context *ctx, struct mfc_dma_command *cmd) |
|
void(* | dma_info_read )(struct spu_context *ctx, struct spu_dma_info *info) |
|
void(* | proxydma_info_read )(struct spu_context *ctx, struct spu_proxydma_info *info) |
|
void(* | restart_dma )(struct spu_context *ctx) |
|
Definition at line 188 of file spufs.h.