Searched refs:AUTO_CAL_IN_PROG (Results 1 – 4 of 4) sorted by relevance
161 #define AUTO_CAL_IN_PROG 0x20 macro
217 !(ad_read(sc, SP_TEST_AND_INIT) & AUTO_CAL_IN_PROG)) in wait_for_calibration()220 if (!(ad_read(sc, SP_TEST_AND_INIT) & AUTO_CAL_IN_PROG)) { in wait_for_calibration()226 while (timeout > 0 && ad_read(sc, SP_TEST_AND_INIT) & AUTO_CAL_IN_PROG) in wait_for_calibration()228 if (ad_read(sc, SP_TEST_AND_INIT) & AUTO_CAL_IN_PROG) in wait_for_calibration()471 while(ADREAD(sc, AD1848_IDATA) & AUTO_CAL_IN_PROG) in ad1848_probe()
550 tries && CS_READ(sc, AD1848_IDATA) & AUTO_CAL_IN_PROG; tries--) in ce4231_commit_settings()
581 tries && CS_READ(sc, AD1848_IDATA) & AUTO_CAL_IN_PROG; tries--) in cs4231_commit_settings()