Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/spufs/
H A Dspufs.rst138 /mbox_stat, /ibox_stat, /wbox_stat
149 read from (for mbox_stat and ibox_stat) or written to (for
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c780 u32 ibox_stat; in spufs_ibox_stat_read() local
788 ibox_stat = (ctx->ops->mbox_stat_read(ctx) >> 16) & 0xff; in spufs_ibox_stat_read()
791 if (copy_to_user(buf, &ibox_stat, sizeof ibox_stat)) in spufs_ibox_stat_read()