Searched refs:PDCTL_NEXT_STATE_MASK (Results 1 – 2 of 2) sorted by relevance
70 ((pdctrl & ~(PDCTL_NEXT_STATE_MASK)) | in set_main_psc_state()71 FIELD_PREP(PDCTL_NEXT_STATE_MASK, pd_state))); in set_main_psc_state()
61 #define PDCTL_NEXT_STATE_MASK GENMASK(0, 0) macro