Searched refs:DRXK_MAX_RETRIES (Results 1 – 2 of 2) sorted by relevance
9 #define DRXK_MAX_RETRIES 100 macro
1041 } while ((status < 0) && (retry_count < DRXK_MAX_RETRIES) in hi_command()3245 } while ((cur_cmd != 0) && (retry_cnt < DRXK_MAX_RETRIES)); in dvbt_sc_command()3246 if (retry_cnt >= DRXK_MAX_RETRIES && (status < 0)) in dvbt_sc_command()3298 } while ((cur_cmd != 0) && (retry_cnt < DRXK_MAX_RETRIES)); in dvbt_sc_command()3299 if (retry_cnt >= DRXK_MAX_RETRIES && (status < 0)) in dvbt_sc_command()