Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dapplesmc.c46 #define APPLESMC_MIN_WAIT 0x0010 macro
161 for (us = APPLESMC_MIN_WAIT; us < APPLESMC_MAX_WAIT; us <<= 1) { in wait_read()
183 for (us = APPLESMC_MIN_WAIT; us < APPLESMC_MAX_WAIT; us <<= 1) { in send_byte()
245 udelay(APPLESMC_MIN_WAIT); in read_smc()