Searched defs:HCF_WAIT_WHILE (Results 1 – 1 of 1) sorted by relevance
675 #define HCF_WAIT_WHILE( x ) while ( (x) && (HCF_YIELD) ) /*NOP*/; macro677 #define HCF_WAIT_WHILE( x ) while ( x ) /*NOP*/; macro683 #define HCF_WAIT_WHILE( x ) while ( prot_cnt && (x) && (HCF_YIELD) ) prot_cnt--; macro686 #define HCF_WAIT_WHILE( x ) while ( prot_cnt && (x) ) { udelay(2); prot_cnt--; } macro