Searched refs:LPO_SEL_TIMEOUT (Results 1 – 12 of 12) sorted by relevance
190 while (clk_det_cnt != 0 && timeout <= LPO_SEL_TIMEOUT) { in si_lhl_set_lpoclk()210 while (clk_det_cnt <= CLK_DET_CNT_THRESH && timeout <= LPO_SEL_TIMEOUT) { in si_lhl_set_lpoclk()218 if (timeout >= LPO_SEL_TIMEOUT) { in si_lhl_set_lpoclk()231 while (!status && timeout <= LPO_SEL_TIMEOUT) { in si_lhl_set_lpoclk()239 if (timeout >= LPO_SEL_TIMEOUT) { in si_lhl_set_lpoclk()
152 while (clk_det_cnt != 0 && timeout <= LPO_SEL_TIMEOUT) { in si_lhl_detect_lpo()172 while (clk_det_cnt <= CLK_DET_CNT_THRESH && timeout <= LPO_SEL_TIMEOUT) { in si_lhl_detect_lpo()180 if (timeout >= LPO_SEL_TIMEOUT) { in si_lhl_detect_lpo()205 while (!status && timeout <= LPO_SEL_TIMEOUT) { in si_lhl_select_lpo()213 if (timeout >= LPO_SEL_TIMEOUT) { in si_lhl_select_lpo()
6296 while (ext_lpo_avail == 0 && timeout < LPO_SEL_TIMEOUT) { in BCMATTACHFN()6302 if (timeout >= LPO_SEL_TIMEOUT) { in BCMATTACHFN()6322 while (lpo_sel != 0 && timeout < LPO_SEL_TIMEOUT) { in BCMATTACHFN()6329 if (timeout >= LPO_SEL_TIMEOUT) { in BCMATTACHFN()6373 while (lpo_sel == 0 && timeout < LPO_SEL_TIMEOUT) { in BCMATTACHFN()6378 if (timeout >= LPO_SEL_TIMEOUT) { in BCMATTACHFN()
678 #define LPO_SEL_TIMEOUT 1000 macro
765 #define LPO_SEL_TIMEOUT 1000 macro