Searched refs:_ps_flg (Results 1 – 1 of 1) sorted by relevance
1896 #define RT_IN_PS_LEVEL(ppsc, _ps_flg) \ argument1897 ((ppsc->cur_ps_level & _ps_flg) ? true : false)1898 #define RT_CLEAR_PS_LEVEL(ppsc, _ps_flg) \ argument1899 (ppsc->cur_ps_level &= (~(_ps_flg)))1900 #define RT_SET_PS_LEVEL(ppsc, _ps_flg) \ argument1901 (ppsc->cur_ps_level |= _ps_flg)