Lines Matching refs:in_be32

108 	return (in_be32(&prob->spu_status_R) & isolate_state) ? 1 : 0;  in check_spu_isolate()
223 csa->prob.spu_runcntl_RW = in_be32(&prob->spu_runcntl_RW); in save_spu_runcntl()
241 if ((in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) == 0) { in save_spu_status()
242 csa->prob.spu_status_R = in_be32(&prob->spu_status_R); in save_spu_status()
248 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in save_spu_status()
253 if ((in_be32(&prob->spu_status_R) & stopped) == 0) in save_spu_status()
256 csa->prob.spu_status_R = in_be32(&prob->spu_status_R); in save_spu_status()
388 csa->prob.dma_querymask_RW = in_be32(&prob->dma_querymask_RW); in save_ppu_querymask()
399 csa->prob.dma_querytype_RW = in_be32(&prob->dma_querytype_RW); in save_ppu_querytype()
412 csa->prob.dma_tagstatus_R = in_be32(&prob->dma_tagstatus_R); in save_ppu_tagstatus()
522 csa->prob.spu_npc_RW = in_be32(&prob->spu_npc_RW); in save_spu_npc()
606 csa->prob.mb_stat_R = in_be32(&prob->mb_stat_R); in save_ppu_mb_stat()
616 csa->prob.pu_mb_R = in_be32(&prob->pu_mb_R); in save_ppu_mb()
800 in_be32(&prob->mfc_union_W.by32.mfc_class_cmd32); in send_mfc_dma()
925 POLL_WHILE_FALSE(in_be32(&prob->dma_tagstatus_R) & mask); in wait_tag_complete()
944 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING); in wait_spu_stopped()
964 return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0; in check_save_status()
1014 if (in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) { in suspend_spe()
1015 if (in_be32(&prob->spu_status_R) & in suspend_spe()
1017 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1020 if ((in_be32(&prob->spu_status_R) & in suspend_spe()
1022 || (in_be32(&prob->spu_status_R) & in suspend_spe()
1026 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1030 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1033 if (in_be32(&prob->spu_status_R) & in suspend_spe()
1037 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1053 if (!(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING)) { in clear_spu_status()
1054 if (in_be32(&prob->spu_status_R) & in clear_spu_status()
1061 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in clear_spu_status()
1064 if ((in_be32(&prob->spu_status_R) & in clear_spu_status()
1066 || (in_be32(&prob->spu_status_R) & in clear_spu_status()
1073 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in clear_spu_status()
1321 return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0; in check_restore_status()
1350 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in restore_status_part1()
1373 POLL_WHILE_FALSE(in_be32(&prob->spu_status_R) & in restore_status_part2()
1377 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in restore_status_part2()
1681 dummy = in_be32(&prob->pu_mb_R); in check_ppu_mb_stat()
1895 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING); in force_spu_isolate_exit()
1906 POLL_WHILE_FALSE((in_be32(&prob->spu_status_R) in force_spu_isolate_exit()
1923 if (in_be32(&prob->spu_status_R) & SPU_STATUS_ISOLATED_STATE) { in stop_spu_isolate()