Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c336 i2c->pcf8584_impl_type = BBC; in pcf8584_doattach()
340 i2c->pcf8584_impl_type = PIC16F747; in pcf8584_doattach()
343 i2c->pcf8584_impl_type = GENERIC; in pcf8584_doattach()
763 PCF8584_IMPL_DELAY(i2c->pcf8584_impl_type, in pcf8584_put_s1()
769 PCF8584_IMPL_DELAY(i2c->pcf8584_impl_type, in pcf8584_put_s1()
783 PCF8584_IMPL_DELAY(i2c->pcf8584_impl_type, in pcf8584_put_s0()
789 PCF8584_IMPL_DELAY(i2c->pcf8584_impl_type, in pcf8584_put_s0()
804 PCF8584_IMPL_DELAY(i2c->pcf8584_impl_type, in pcf8584_get_s0()
821 PCF8584_IMPL_DELAY(i2c->pcf8584_impl_type, in pcf8584_get_s1()
1005 if (i2c->pcf8584_impl_type == BBC) { in pcf8584_init()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dpcf8584.h148 enum impl_type pcf8584_impl_type; member