wbox_stat         921 arch/powerpc/platforms/cell/spufs/file.c 	u32 wbox_stat;
wbox_stat         929 arch/powerpc/platforms/cell/spufs/file.c 	wbox_stat = (ctx->ops->mbox_stat_read(ctx) >> 8) & 0xff;
wbox_stat         932 arch/powerpc/platforms/cell/spufs/file.c 	if (copy_to_user(buf, &wbox_stat, sizeof wbox_stat))
wbox_stat        2049 arch/powerpc/platforms/cell/spufs/file.c 	u32 wbox_stat;
wbox_stat        2051 arch/powerpc/platforms/cell/spufs/file.c 	wbox_stat = ctx->csa.prob.mb_stat_R;
wbox_stat        2052 arch/powerpc/platforms/cell/spufs/file.c 	cnt = 4 - ((wbox_stat & 0x00ff00) >> 8);