Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dswitch.c58 #define POLL_WHILE_TRUE(_c) { \
64 #define POLL_WHILE_TRUE(_c) { \ macro
76 #define POLL_WHILE_FALSE(_c) POLL_WHILE_TRUE(!(_c))
248 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in save_spu_status()
318 POLL_WHILE_TRUE(in_be64(&prob->spc_mssync_RW) & MS_SYNC_PENDING); in do_mfc_mssync()
944 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING); in wait_spu_stopped()
1017 POLL_WHILE_TRUE(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()
1037 POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & in suspend_spe()
[all …]