Searched refs:RCTRL_PRSDEP_MASK (Results 1 – 2 of 2) sorted by relevance
875 i &= RCTRL_PRSDEP_MASK | RCTRL_PRSFM; in gfar_check_filer_hardware()876 if (i == (RCTRL_PRSDEP_MASK | RCTRL_PRSFM)) { in gfar_check_filer_hardware()888 i &= RCTRL_PRSDEP_MASK; in gfar_check_filer_hardware()889 if (i == RCTRL_PRSDEP_MASK) { in gfar_check_filer_hardware()
286 #define RCTRL_PRSDEP_MASK 0x000000c0 macro