Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dapplesmc.c58 #define APPLESMC_MIN_WAIT 0x0010 macro
173 for (us = APPLESMC_MIN_WAIT; us < APPLESMC_MAX_WAIT; us <<= 1) { in wait_read()
195 for (us = APPLESMC_MIN_WAIT; us < APPLESMC_MAX_WAIT; us <<= 1) { in send_byte()
257 udelay(APPLESMC_MIN_WAIT); in read_smc()