Home
last modified time | relevance | path

Searched refs:wbox_stat (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/filesystems/spufs/
H A Dspufs.rst138 /mbox_stat, /ibox_stat, /wbox_stat
150 wbox_stat) the respective mail box without blocking or resulting
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c912 u32 wbox_stat; in spufs_wbox_stat_read() local
920 wbox_stat = (ctx->ops->mbox_stat_read(ctx) >> 8) & 0xff; in spufs_wbox_stat_read()
923 if (copy_to_user(buf, &wbox_stat, sizeof wbox_stat)) in spufs_wbox_stat_read()