Searched refs:poll_status (Results 1 – 2 of 2) sorted by relevance
197 uint8_t poll_status; in ehc_start_pcf8584() local206 poll_status = in ehc_start_pcf8584()209 } while (((poll_status & EHC_S1_NBB) == 0) && i < EHC_MAX_WAIT); in ehc_start_pcf8584()216 if (poll_status & EHC_S1_BER) { in ehc_start_pcf8584()222 if (poll_status & EHC_S1_LAB) { in ehc_start_pcf8584()244 poll_status = in ehc_start_pcf8584()247 } while ((poll_status & EHC_S1_PIN) && i < EHC_MAX_WAIT); in ehc_start_pcf8584()254 if (poll_status & EHC_S1_BER) { in ehc_start_pcf8584()260 if (poll_status & EHC_S1_LAB) { in ehc_start_pcf8584()273 poll_status = in ehc_start_pcf8584()[all …]
3378 uint8_t poll_status; in eHc_start_pcf8584() local3387 poll_status = in eHc_start_pcf8584()3390 } while (((poll_status & EHC_S1_NBB) == 0) && i < EHC_MAX_WAIT); in eHc_start_pcf8584()3397 if (poll_status & EHC_S1_BER) { in eHc_start_pcf8584()3402 if (poll_status & EHC_S1_LAB) { in eHc_start_pcf8584()3418 poll_status = in eHc_start_pcf8584()3421 } while ((poll_status & EHC_S1_PIN) && i < EHC_MAX_WAIT); in eHc_start_pcf8584()3428 if (poll_status & EHC_S1_BER) { in eHc_start_pcf8584()3433 if (poll_status & EHC_S1_LAB) { in eHc_start_pcf8584()3438 if (poll_status & EHC_S1_LRB) { in eHc_start_pcf8584()[all …]