Lines Matching refs:poll_status
3378 uint8_t poll_status; in eHc_start_pcf8584() local
3387 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()
3460 poll_status = ddi_get8(ehcp->ctlr_handle, in eHc_start_pcf8584()
3463 } while ((poll_status & EHC_S1_PIN) && i < EHC_MAX_WAIT); in eHc_start_pcf8584()
3470 if (poll_status & EHC_S1_BER) { in eHc_start_pcf8584()
3476 if (poll_status & EHC_S1_LAB) { in eHc_start_pcf8584()
3499 uint8_t poll_status; in eHc_read_pcf8584() local
3508 poll_status = in eHc_read_pcf8584()
3511 } while ((poll_status & EHC_S1_PIN) && i < EHC_MAX_WAIT); in eHc_read_pcf8584()
3518 if (poll_status & EHC_S1_BER) { in eHc_read_pcf8584()
3523 if (poll_status & EHC_S1_LAB) { in eHc_read_pcf8584()
3539 uint8_t poll_status; in eHc_write_pcf8584() local
3548 poll_status = in eHc_write_pcf8584()
3551 } while ((poll_status & EHC_S1_PIN) && i < EHC_MAX_WAIT); in eHc_write_pcf8584()
3558 if (poll_status & EHC_S1_BER) { in eHc_write_pcf8584()
3563 if (poll_status & EHC_S1_LAB) { in eHc_write_pcf8584()
3568 if (poll_status & EHC_S1_LRB) { in eHc_write_pcf8584()
3580 uint8_t poll_status; in eHc_after_read_pcf8584() local
3595 poll_status = in eHc_after_read_pcf8584()
3598 } while ((poll_status & EHC_S1_PIN) && i < EHC_MAX_WAIT); in eHc_after_read_pcf8584()
3605 if (poll_status & EHC_S1_BER) { in eHc_after_read_pcf8584()
3611 if (poll_status & EHC_S1_LAB) { in eHc_after_read_pcf8584()