Home
last modified time | relevance | path

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

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