Home
last modified time | relevance | path

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

/linux/drivers/soc/apple/
H A Drtkit.c14 APPLE_RTKIT_PWR_STATE_ON = 0x20, /* normal operating state */ enumerator
86 if ((rtk->iop_power_state & 0xff) != APPLE_RTKIT_PWR_STATE_ON) in apple_rtkit_is_running()
88 if ((rtk->ap_power_state & 0xff) != APPLE_RTKIT_PWR_STATE_ON) in apple_rtkit_is_running()
799 return apple_rtkit_set_ap_power_state(rtk, APPLE_RTKIT_PWR_STATE_ON); in apple_rtkit_boot()
878 msg = FIELD_PREP(APPLE_RTKIT_MGMT_PWR_STATE, APPLE_RTKIT_PWR_STATE_ON); in apple_rtkit_wake()