Searched refs:RCTRL_PRSDEP_MASK (Results 1 – 2 of 2) sorted by relevance
797 i &= RCTRL_PRSDEP_MASK | RCTRL_PRSFM; in gfar_check_filer_hardware()798 if (i == (RCTRL_PRSDEP_MASK | RCTRL_PRSFM)) { in gfar_check_filer_hardware()810 i &= RCTRL_PRSDEP_MASK; in gfar_check_filer_hardware()811 if (i == RCTRL_PRSDEP_MASK) { in gfar_check_filer_hardware()
256 #define RCTRL_PRSDEP_MASK 0x000000c0 macro