Lines Matching refs:in_be32
94 return (in_be32(&prob->spu_status_R) & isolate_state) ? 1 : 0; in check_spu_isolate()
209 csa->prob.spu_runcntl_RW = in_be32(&prob->spu_runcntl_RW); in save_spu_runcntl()
227 if ((in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) == 0) { in save_spu_status()
228 csa->prob.spu_status_R = in_be32(&prob->spu_status_R); in save_spu_status()
234 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in save_spu_status()
239 if ((in_be32(&prob->spu_status_R) & stopped) == 0) in save_spu_status()
242 csa->prob.spu_status_R = in_be32(&prob->spu_status_R); in save_spu_status()
374 csa->prob.dma_querymask_RW = in_be32(&prob->dma_querymask_RW); in save_ppu_querymask()
385 csa->prob.dma_querytype_RW = in_be32(&prob->dma_querytype_RW); in save_ppu_querytype()
398 csa->prob.dma_tagstatus_R = in_be32(&prob->dma_tagstatus_R); in save_ppu_tagstatus()
508 csa->prob.spu_npc_RW = in_be32(&prob->spu_npc_RW); in save_spu_npc()
592 csa->prob.mb_stat_R = in_be32(&prob->mb_stat_R); in save_ppu_mb_stat()
602 csa->prob.pu_mb_R = in_be32(&prob->pu_mb_R); in save_ppu_mb()
786 in_be32(&prob->mfc_union_W.by32.mfc_class_cmd32); in send_mfc_dma()
911 POLL_WHILE_FALSE(in_be32(&prob->dma_tagstatus_R) & mask); in wait_tag_complete()
930 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING); in wait_spu_stopped()
950 return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0; in check_save_status()
1000 if (in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) { in suspend_spe()
1001 if (in_be32(&prob->spu_status_R) & in suspend_spe()
1003 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1006 if ((in_be32(&prob->spu_status_R) & in suspend_spe()
1008 || (in_be32(&prob->spu_status_R) & in suspend_spe()
1012 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1016 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1019 if (in_be32(&prob->spu_status_R) & in suspend_spe()
1023 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
1039 if (!(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING)) { in clear_spu_status()
1040 if (in_be32(&prob->spu_status_R) & in clear_spu_status()
1047 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in clear_spu_status()
1050 if ((in_be32(&prob->spu_status_R) & in clear_spu_status()
1052 || (in_be32(&prob->spu_status_R) & in clear_spu_status()
1059 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in clear_spu_status()
1307 return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0; in check_restore_status()
1336 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in restore_status_part1()
1359 POLL_WHILE_FALSE(in_be32(&prob->spu_status_R) & in restore_status_part2()
1363 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in restore_status_part2()
1666 in_be32(&prob->pu_mb_R); in check_ppu_mb_stat()
1879 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING); in force_spu_isolate_exit()
1890 POLL_WHILE_FALSE((in_be32(&prob->spu_status_R) in force_spu_isolate_exit()
1907 if (in_be32(&prob->spu_status_R) & SPU_STATUS_ISOLATED_STATE) { in stop_spu_isolate()