Searched defs:ehc_read_pcf8584 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Denvctrl_targets.c187 static int ehc_read_pcf8584(struct ehc_envcunit *, uint8_t *);
392 ehc_read_pcf8584(struct ehc_envcunit *ehcp, uint8_t *data) function
409 DCMN_ERR(CE_WARN, "ehc_read_pcf8584(): read of S1 failed");
414 DCMN2_ERR(CE_WARN, "ehc_read_pcf8584(): Bus error");
420 DCMN2_ERR(CE_WARN, "ehc_read_pcf8584(): Lost Arbitration");
700 if ((status = ehc_read_pcf8584(ehcp, &buf[i])) != EHC_SUCCESS) {
802 if ((status = ehc_read_pcf8584(ehcp, &buf[i])) != EHC_SUCCESS) {
903 if ((status = ehc_read_pcf8584(ehcp, &buf[i])) != EHC_SUCCESS) {
1060 if ((status = ehc_read_pcf8584(ehcp, &discard)) != EHC_SUCCESS) {
1065 if ((status = ehc_read_pcf8584(ehc
[all...]

Completed in 45 milliseconds