Searched refs:RCTRL_PRSDEP_MASK (Results 1 – 2 of 2) sorted by relevance
801 i &= RCTRL_PRSDEP_MASK | RCTRL_PRSFM; in gfar_check_filer_hardware()802 if (i == (RCTRL_PRSDEP_MASK | RCTRL_PRSFM)) { in gfar_check_filer_hardware()814 i &= RCTRL_PRSDEP_MASK; in gfar_check_filer_hardware()815 if (i == RCTRL_PRSDEP_MASK) { in gfar_check_filer_hardware()
253 #define RCTRL_PRSDEP_MASK 0x000000c0 macro