Searched refs:S_GLOBAL_PHY_OFFSET (Results 1 – 1 of 1) sorted by relevance
61426 #define S_GLOBAL_PHY_OFFSET 12 macro61428 #define V_GLOBAL_PHY_OFFSET(x) ((x) << S_GLOBAL_PHY_OFFSET)61429 #define G_GLOBAL_PHY_OFFSET(x) (((x) >> S_GLOBAL_PHY_OFFSET) & M_GLOBAL_PHY_OFFSET)