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

/illumos-gate/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)
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c912 pcf8584_put_s1(i2c, S1_PIN);
993 pcf8584_put_s1(i2c, S1_PIN);
997 pcf8584_put_s1(i2c, S1_PIN | S1_ES1);
1024 pcf8584_put_s1(i2c, S1_PIN | S1_ESO | S1_ACK);
1168 if (s1 & S1_PIN) {
1499 if (!(s1 & S1_PIN)) {

Completed in 60 milliseconds