Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dpcf8584.h64 #define S1_PIN 0x80 macro
85 #define S1_START (S1_PIN | S1_ESO | S1_STA | S1_ACK)
86 #define S1_STOP (S1_PIN | S1_ESO | S1_STO | S1_ACK)
/titanic_44/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c912 pcf8584_put_s1(i2c, S1_PIN); in pcf8584_monitor_mode()
993 pcf8584_put_s1(i2c, S1_PIN); in pcf8584_init()
997 pcf8584_put_s1(i2c, S1_PIN | S1_ES1); in pcf8584_init()
1024 pcf8584_put_s1(i2c, S1_PIN | S1_ESO | S1_ACK); in pcf8584_init()
1168 if (s1 & S1_PIN) { in pcf8584_intr()
1499 if (!(s1 & S1_PIN)) { in pcf8584_do_polled_io()