Searched refs:byteaddress (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | envctrl_targets.c | 195 ehc_start_pcf8584(struct ehc_envcunit *ehcp, uint8_t byteaddress) in ehc_start_pcf8584() argument 303 ddi_put8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0, byteaddress); in ehc_start_pcf8584() 344 if (byteaddress & EHC_BYTE_READ) { in ehc_start_pcf8584() 615 ehc_write_tda8444(struct ehc_envcunit *ehcp, int byteaddress, int instruction, in ehc_write_tda8444() argument 621 ASSERT((byteaddress & 0x1) == 0); in ehc_write_tda8444() 628 if ((status = ehc_start_pcf8584(ehcp, byteaddress)) != EHC_SUCCESS) { in ehc_write_tda8444() 667 ehc_read_pcf8574a(struct ehc_envcunit *ehcp, int byteaddress, uint8_t *buf, in ehc_read_pcf8574a() argument 674 ASSERT((byteaddress & 0x1) == 0); in ehc_read_pcf8574a() 680 if ((status = ehc_start_pcf8584(ehcp, EHC_BYTE_READ | byteaddress)) != in ehc_read_pcf8574a() 722 ehc_write_pcf8574a(struct ehc_envcunit *ehcp, int byteaddress, uint8_t *buf, in ehc_write_pcf8574a() argument [all …]
|
/titanic_44/usr/src/uts/sun4u/tazmo/io/ |
H A D | envctrl.c | 3376 eHc_start_pcf8584(struct eHc_envcunit *ehcp, uint8_t byteaddress) in eHc_start_pcf8584() argument 3408 ddi_put8(ehcp->ctlr_handle, &ehcp->bus_ctl_regs->s0, byteaddress); in eHc_start_pcf8584() 3451 if (byteaddress & EHC_BYTE_READ) { in eHc_start_pcf8584() 3637 eHc_write_tda8444(struct eHc_envcunit *ehcp, int byteaddress, int instruction, in eHc_write_tda8444() argument 3643 ASSERT((byteaddress & 0x1) == 0); in eHc_write_tda8444() 3650 if ((status = eHc_start_pcf8584(ehcp, byteaddress)) != EHC_SUCCESS) { in eHc_write_tda8444() 3689 eHc_read_pcf8574a(struct eHc_envcunit *ehcp, int byteaddress, uint8_t *buf, in eHc_read_pcf8574a() argument 3696 ASSERT((byteaddress & 0x1) == 0); in eHc_read_pcf8574a() 3702 if ((status = eHc_start_pcf8584(ehcp, EHC_BYTE_READ | byteaddress)) != in eHc_read_pcf8574a() 3744 eHc_write_pcf8574a(struct eHc_envcunit *ehcp, int byteaddress, uint8_t *buf, in eHc_write_pcf8574a() argument [all …]
|