Searched refs:RCTRL_PRSDEP_MASK (Results 1 – 2 of 2) sorted by relevance
793 i &= RCTRL_PRSDEP_MASK | RCTRL_PRSFM; in gfar_check_filer_hardware()794 if (i == (RCTRL_PRSDEP_MASK | RCTRL_PRSFM)) { in gfar_check_filer_hardware()806 i &= RCTRL_PRSDEP_MASK; in gfar_check_filer_hardware()807 if (i == RCTRL_PRSDEP_MASK) { in gfar_check_filer_hardware()
256 #define RCTRL_PRSDEP_MASK 0x000000c0 macro