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

/illumos-gate/usr/src/uts/sun4u/io/
H A Denvctrl_targets.c188 static int ehc_write_pcf8584(struct ehc_envcunit *, uint8_t);
434 ehc_write_pcf8584(struct ehc_envcunit *ehcp, uint8_t data) function
451 DCMN_ERR(CE_WARN, "ehc_write_pcf8584(): read of S1 failed");
456 DCMN2_ERR(CE_WARN, "ehc_write_pcf8584(): Bus error");
462 DCMN2_ERR(CE_WARN, "ehc_write_pcf8584(): Lost Arbitration");
468 DCMN_ERR(CE_WARN, "ehc_write_pcf8584(): No slave ACK");
638 if ((status = ehc_write_pcf8584(ehcp, control)) != EHC_SUCCESS) {
649 if ((status = ehc_write_pcf8584(ehcp, (buf[i] & 0x3f))) !=
748 if ((status = ehc_write_pcf8584(ehcp, buf[i])) != EHC_SUCCESS) {
850 if ((status = ehc_write_pcf8584(ehc
[all...]

Completed in 59 milliseconds