Searched refs:S_FPGA_LOCK (Results 1 – 1 of 1) sorted by relevance
59346 #define S_FPGA_LOCK 26 macro59348 #define V_FPGA_LOCK(x) ((x) << S_FPGA_LOCK)59349 #define G_FPGA_LOCK(x) (((x) >> S_FPGA_LOCK) & M_FPGA_LOCK)