Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
2549 { "wbox_stat", &spufs_wbox_stat_fops, 0444, sizeof(u32), },
2589 { "wbox_stat", &spufs_wbox_stat_fops, 0444, sizeof(u32), },
/kernel/linux/linux-6.6/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()
2549 { "wbox_stat", &spufs_wbox_stat_fops, 0444, sizeof(u32), },
2589 { "wbox_stat", &spufs_wbox_stat_fops, 0444, sizeof(u32), },

Completed in 7 milliseconds