S_GLOBAL_TIMER_SEPARATOR 1235 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_GLOBAL_TIMER_SEPARATOR(x) ((x) << S_GLOBAL_TIMER_SEPARATOR)
S_GLOBAL_TIMER_SEPARATOR 1236 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_GLOBAL_TIMER_SEPARATOR(x) (((x) >> S_GLOBAL_TIMER_SEPARATOR) & M_GLOBAL_TIMER_SEPARATOR)