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

/linux-4.4.14/drivers/hwmon/
H A Dapplesmc.c60 #define APPLESMC_MAX_WAIT 0x20000 macro
173 for (us = APPLESMC_MIN_WAIT; us < APPLESMC_MAX_WAIT; us <<= 1) { wait_read()
195 for (us = APPLESMC_MIN_WAIT; us < APPLESMC_MAX_WAIT; us <<= 1) { send_byte()
205 if (us << 1 == APPLESMC_MAX_WAIT) send_byte()

Completed in 44 milliseconds