Searched refs:spu_chnlcnt_RW (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dbacking_ops.c54 ch0_cnt = ctx->csa.spu_chnlcnt_RW[0];
59 ctx->csa.spu_chnlcnt_RW[0] = 1;
77 ctx->csa.spu_chnlcnt_RW[28] = 1;
141 ctx->csa.spu_chnlcnt_RW[30] = 1;
159 int slot = ctx->csa.spu_chnlcnt_RW[29];
168 ctx->csa.spu_chnlcnt_RW[29] = ++slot;
196 ctx->csa.spu_chnlcnt_RW[3] = 1;
213 ctx->csa.spu_chnlcnt_RW[4] = 1;
H A Dswitch.c641 csa->spu_chnlcnt_RW[idx] = in_be64(&priv2->spu_chnlcnt_RW);
643 out_be64(&priv2->spu_chnlcnt_RW, 0UL);
658 csa->spu_chnlcnt_RW[29] = in_be64(&priv2->spu_chnlcnt_RW);
662 out_be64(&priv2->spu_chnlcnt_RW, 0UL);
675 csa->spu_chnlcnt_RW[21] = in_be64(&priv2->spu_chnlcnt_RW);
694 out_be64(&priv2->spu_chnlcnt_RW, ch_counts[i]);
1092 out_be64(&priv2->spu_chnlcnt_RW,
[all...]
H A Dfile.c1078 if (ctx->csa.spu_chnlcnt_RW[3]) {
1213 if (ctx->csa.spu_chnlcnt_RW[4]) {
1963 stat = state->spu_chnlcnt_RW[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dspu_csa.h212 u64 spu_chnlcnt_RW; member in struct:spu_priv2_collapsed
227 * @spu_chnlcnt_RW: Array of saved channel counts.
253 u64 spu_chnlcnt_RW[32]; member in struct:spu_state
H A Dspu.h474 u64 spu_chnlcnt_RW; /* 0x4068 */ member in struct:spu_priv2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dspu_base.c518 out_be64(&priv2->spu_chnlcnt_RW, count_list[i].count);

Completed in 59 milliseconds