Searched refs:SMC_STATUS_BUSY (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | applesmc.c | 49 #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()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | applesmc.c | 49 #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()
|
Completed in 4 milliseconds