Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/apple/
Drtkit.c13 APPLE_RTKIT_PWR_STATE_ON = 0x20, /* normal operating state */ enumerator
90 if ((rtk->iop_power_state & 0xff) != APPLE_RTKIT_PWR_STATE_ON) in apple_rtkit_is_running()
92 if ((rtk->ap_power_state & 0xff) != APPLE_RTKIT_PWR_STATE_ON) in apple_rtkit_is_running()
862 return apple_rtkit_set_ap_power_state(rtk, APPLE_RTKIT_PWR_STATE_ON); in apple_rtkit_boot()
921 msg = FIELD_PREP(APPLE_RTKIT_MGMT_PWR_STATE, APPLE_RTKIT_PWR_STATE_ON); in apple_rtkit_wake()