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

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Di2bsc_impl.h67 #define I2BSC_RETRY_LIMIT 32 macro
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Di2bsc.c836 int retryable = I2BSC_RETRY_LIMIT;
864 I2BSC_RETRY_LIMIT - retryable);
871 int retryable = I2BSC_RETRY_LIMIT;
896 I2BSC_RETRY_LIMIT - retryable);
1142 int retryable = I2BSC_RETRY_LIMIT;
1164 "Retried (%d)", I2BSC_RETRY_LIMIT - retryable);

Completed in 78 milliseconds