Home
last modified time | relevance | path

Searched refs:mb_stat_R (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dbacking_ops.c68 mbox_stat = ctx->csa.prob.mb_stat_R; in spu_backing_mbox_read()
75 ctx->csa.prob.mb_stat_R &= ~(0x0000ff); in spu_backing_mbox_read()
86 return ctx->csa.prob.mb_stat_R; in spu_backing_mbox_stat_read()
97 stat = ctx->csa.prob.mb_stat_R; in spu_backing_mbox_stat_poll()
133 if (ctx->csa.prob.mb_stat_R & 0xff0000) { in spu_backing_ibox_read()
139 ctx->csa.prob.mb_stat_R &= ~(0xff0000); in spu_backing_ibox_read()
157 if ((ctx->csa.prob.mb_stat_R) & 0x00ff00) { in spu_backing_wbox_write()
159 int avail = (ctx->csa.prob.mb_stat_R & 0x00ff00) >> 8; in spu_backing_wbox_write()
168 ctx->csa.prob.mb_stat_R &= ~(0x00ff00); in spu_backing_wbox_write()
169 ctx->csa.prob.mb_stat_R |= (((4 - slot) & 0xff) << 8); in spu_backing_wbox_write()
Dhw_ops.c45 mbox_stat = in_be32(&prob->mb_stat_R); in spu_hw_mbox_read()
56 return in_be32(&ctx->spu->problem->mb_stat_R); in spu_hw_mbox_stat_read()
67 stat = in_be32(&spu->problem->mb_stat_R); in spu_hw_mbox_stat_poll()
104 if (in_be32(&prob->mb_stat_R) & 0xff0000) { in spu_hw_ibox_read()
124 if (in_be32(&prob->mb_stat_R) & 0x00ff00) { in spu_hw_wbox_write()
Dswitch.c606 csa->prob.mb_stat_R = in_be32(&prob->mb_stat_R); in save_ppu_mb_stat()
1680 if ((csa->prob.mb_stat_R & 0xFF) == 0) { in check_ppu_mb_stat()
1695 if ((csa->prob.mb_stat_R & 0xFF0000) == 0) { in check_ppuint_mb_stat()
2157 csa->prob.mb_stat_R = 0x000400; in init_prob()
Dfile.c2092 if (!(ctx->csa.prob.mb_stat_R & 0x0000ff)) in __spufs_mbox_info_read()
2132 if (!(ctx->csa.prob.mb_stat_R & 0xff0000)) in __spufs_ibox_info_read()
2173 wbox_stat = ctx->csa.prob.mb_stat_R; in __spufs_wbox_info_read()
/linux-3.4.99/arch/powerpc/include/asm/
Dspu_csa.h122 u32 mb_stat_R; member
Dspu.h358 u32 mb_stat_R; /* 0x4014 */ member