Lines Matching refs:byteaddress
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
3750 ASSERT((byteaddress & 0x1) == 0); in eHc_write_pcf8574a()
3756 if ((status = eHc_start_pcf8584(ehcp, byteaddress)) != EHC_SUCCESS) { in eHc_write_pcf8574a()
3791 eHc_read_pcf8574(struct eHc_envcunit *ehcp, int byteaddress, uint8_t *buf, in eHc_read_pcf8574() argument
3798 ASSERT((byteaddress & 0x1) == 0); in eHc_read_pcf8574()
3804 if ((status = eHc_start_pcf8584(ehcp, EHC_BYTE_READ | byteaddress)) != in eHc_read_pcf8574()
3846 eHc_write_pcf8574(struct eHc_envcunit *ehcp, int byteaddress, uint8_t *buf, in eHc_write_pcf8574() argument
3852 ASSERT((byteaddress & 0x1) == 0); in eHc_write_pcf8574()
3858 if ((status = eHc_start_pcf8584(ehcp, byteaddress)) != EHC_SUCCESS) { in eHc_write_pcf8574()
3892 eHc_read_lm75(struct eHc_envcunit *ehcp, int byteaddress, uint8_t *buf, in eHc_read_lm75() argument
3899 ASSERT((byteaddress & 0x1) == 0); in eHc_read_lm75()
3905 if ((status = eHc_start_pcf8584(ehcp, EHC_BYTE_READ | byteaddress)) != in eHc_read_lm75()
3946 eHc_write_pcf8583(struct eHc_envcunit *ehcp, int byteaddress, uint8_t *buf, in eHc_write_pcf8583() argument
3952 ASSERT((byteaddress & 0x1) == 0); in eHc_write_pcf8583()
3955 if ((status = eHc_start_pcf8584(ehcp, byteaddress)) != EHC_SUCCESS) { in eHc_write_pcf8583()
3990 eHc_read_pcf8591(struct eHc_envcunit *ehcp, int byteaddress, int channel, in eHc_read_pcf8591() argument
3998 ASSERT((byteaddress & 0x1) == 0); in eHc_read_pcf8591()
4012 if ((status = eHc_start_pcf8584(ehcp, byteaddress)) != EHC_SUCCESS) { in eHc_read_pcf8591()
4035 EHC_BYTE_READ | byteaddress); in eHc_read_pcf8591()