Searched refs:RCTRL_PRSDEP_MASK (Results 1 – 2 of 2) sorted by relevance
805 i &= RCTRL_PRSDEP_MASK | RCTRL_PRSFM; in gfar_check_filer_hardware()806 if (i == (RCTRL_PRSDEP_MASK | RCTRL_PRSFM)) { in gfar_check_filer_hardware()818 i &= RCTRL_PRSDEP_MASK; in gfar_check_filer_hardware()819 if (i == RCTRL_PRSDEP_MASK) { in gfar_check_filer_hardware()
253 #define RCTRL_PRSDEP_MASK 0x000000c0 macro