• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/

Lines Matching refs:spu_status_R

101 	return (in_be32(&prob->spu_status_R) & isolate_state) ? 1 : 0;
234 if ((in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) == 0) {
235 csa->prob.spu_status_R = in_be32(&prob->spu_status_R);
241 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) &
246 if ((in_be32(&prob->spu_status_R) & stopped) == 0)
247 csa->prob.spu_status_R = SPU_STATUS_RUNNING;
249 csa->prob.spu_status_R = in_be32(&prob->spu_status_R);
937 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING);
957 return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0;
1007 if (in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) {
1008 if (in_be32(&prob->spu_status_R) &
1010 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) &
1013 if ((in_be32(&prob->spu_status_R) &
1015 || (in_be32(&prob->spu_status_R) &
1019 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) &
1023 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) &
1026 if (in_be32(&prob->spu_status_R) &
1030 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) &
1046 if (!(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING)) {
1047 if (in_be32(&prob->spu_status_R) &
1054 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) &
1057 if ((in_be32(&prob->spu_status_R) &
1059 || (in_be32(&prob->spu_status_R) &
1066 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) &
1143 (csa->prob.spu_status_R >> SPU_STOP_STATUS_SHIFT) & 0xFFFF;
1144 if ((csa->prob.spu_status_R & status_P_I) == status_P_I) {
1153 } else if ((csa->prob.spu_status_R & status_P_H) == status_P_H) {
1162 } else if ((csa->prob.spu_status_R & status_S_P) == status_S_P) {
1170 } else if ((csa->prob.spu_status_R & status_S_I) == status_S_I) {
1178 } else if ((csa->prob.spu_status_R & status_P) == status_P) {
1186 } else if ((csa->prob.spu_status_R & status_H) == status_H) {
1193 } else if ((csa->prob.spu_status_R & status_S) == status_S) {
1199 } else if ((csa->prob.spu_status_R & status_I) == status_I) {
1228 if (!(csa->prob.spu_status_R & mask)) {
1314 return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0;
1340 if (csa->prob.spu_status_R & mask) {
1343 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) &
1363 if (!(csa->prob.spu_status_R & mask)) {
1366 POLL_WHILE_FALSE(in_be32(&prob->spu_status_R) &
1370 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) &
1728 if (csa->prob.spu_status_R & SPU_STATUS_RUNNING) {
1888 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING);
1899 POLL_WHILE_FALSE((in_be32(&prob->spu_status_R)
1916 if (in_be32(&prob->spu_status_R) & SPU_STATUS_ISOLATED_STATE) {