Home
last modified time | relevance | path

Searched refs:byteaddress (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Denvctrl_targets.c344 if (byteaddress & EHC_BYTE_READ) { in ehc_start_pcf8584()
621 ASSERT((byteaddress & 0x1) == 0); in ehc_write_tda8444()
674 ASSERT((byteaddress & 0x1) == 0); in ehc_read_pcf8574a()
728 ASSERT((byteaddress & 0x1) == 0); in ehc_write_pcf8574a()
776 ASSERT((byteaddress & 0x1) == 0); in ehc_read_pcf8574()
830 ASSERT((byteaddress & 0x1) == 0); in ehc_write_pcf8574()
877 ASSERT((byteaddress & 0x1) == 0); in ehc_read_lm75()
930 ASSERT((byteaddress & 0x1) == 0); in ehc_write_pcf8583()
975 ASSERT((byteaddress & 0x1) == 0); in ehc_read_pcf8591()
1012 EHC_BYTE_READ | byteaddress); in ehc_read_pcf8591()
[all …]
/illumos-gate/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c3376 eHc_start_pcf8584(struct eHc_envcunit *ehcp, uint8_t byteaddress) in eHc_start_pcf8584() argument
3451 if (byteaddress & EHC_BYTE_READ) { in eHc_start_pcf8584()
3643 ASSERT((byteaddress & 0x1) == 0); in eHc_write_tda8444()
3696 ASSERT((byteaddress & 0x1) == 0); in eHc_read_pcf8574a()
3750 ASSERT((byteaddress & 0x1) == 0); in eHc_write_pcf8574a()
3798 ASSERT((byteaddress & 0x1) == 0); in eHc_read_pcf8574()
3852 ASSERT((byteaddress & 0x1) == 0); in eHc_write_pcf8574()
3899 ASSERT((byteaddress & 0x1) == 0); in eHc_read_lm75()
3952 ASSERT((byteaddress & 0x1) == 0); in eHc_write_pcf8583()
3998 ASSERT((byteaddress & 0x1) == 0); in eHc_read_pcf8591()
[all …]