Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dapplesmc.c50 #define SMC_STATUS_BUSY BIT(2) /* Command in progress */ macro
200 status = wait_status(SMC_STATUS_BUSY, SMC_STATUS_BUSY); in send_byte()
231 ret = wait_status(0, SMC_STATUS_BUSY); in smc_sane()
237 return wait_status(0, SMC_STATUS_BUSY); in smc_sane()
272 if (wait_status(SMC_STATUS_AWAITING_DATA | SMC_STATUS_BUSY, in read_smc()
273 SMC_STATUS_AWAITING_DATA | SMC_STATUS_BUSY)) { in read_smc()
291 return wait_status(0, SMC_STATUS_BUSY); in read_smc()
320 return wait_status(0, SMC_STATUS_BUSY); in write_smc()