Searched refs:wake_sts (Results 1 – 1 of 1) sorted by relevance
508 u16 wake_en, wake_sts; in intel_shim_wake() local523 wake_sts = intel_readw(shim, SDW_SHIM_WAKESTS); in intel_shim_wake()524 wake_sts |= (SDW_SHIM_WAKESTS_STATUS << link_id); in intel_shim_wake()525 intel_writew(shim, SDW_SHIM_WAKESTS, wake_sts); in intel_shim_wake()1555 u16 wake_sts; in intel_master_process_wakeen_event() local1566 wake_sts = intel_readw(shim, SDW_SHIM_WAKESTS); in intel_master_process_wakeen_event()1568 if (!(wake_sts & BIT(sdw->instance))) in intel_master_process_wakeen_event()