Searched refs:SMC_ID (Results 1 – 1 of 1) sorted by relevance
41 #define SMC_ID GENMASK_ULL(15, 12) macro72 FIELD_PREP(SMC_ID, smc->msg_id) | in apple_smc_cmd_locked()86 if (FIELD_GET(SMC_ID, smc->cmd_ret) != smc->msg_id) { in apple_smc_cmd_locked()88 smc->msg_id, (unsigned int)FIELD_GET(SMC_ID, smc->cmd_ret)); in apple_smc_cmd_locked()261 FIELD_PREP(SMC_ID, smc->msg_id) | in apple_smc_write_atomic()280 if (FIELD_GET(SMC_ID, smc->cmd_ret) != smc->msg_id) { in apple_smc_write_atomic()282 smc->msg_id, (unsigned int)FIELD_GET(SMC_ID, smc->cmd_ret)); in apple_smc_write_atomic()
Completed in 5 milliseconds