Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dapplesmc.c49 #define SMC_STATUS_BUSY BIT(2) /* Command in progress */ macro
198 status = wait_status(SMC_STATUS_BUSY, SMC_STATUS_BUSY); in send_byte()
229 ret = wait_status(0, SMC_STATUS_BUSY); in smc_sane()
235 return wait_status(0, SMC_STATUS_BUSY); in smc_sane()
270 if (wait_status(SMC_STATUS_AWAITING_DATA | SMC_STATUS_BUSY, in read_smc()
271 SMC_STATUS_AWAITING_DATA | SMC_STATUS_BUSY)) { in read_smc()
289 return wait_status(0, SMC_STATUS_BUSY); in read_smc()
318 return wait_status(0, SMC_STATUS_BUSY); in write_smc()