S_OUT_OF_SYNC_COUNT 1582 drivers/net/ethernet/chelsio/cxgb/regs.h #define V_OUT_OF_SYNC_COUNT(x) ((x) << S_OUT_OF_SYNC_COUNT)
S_OUT_OF_SYNC_COUNT 1583 drivers/net/ethernet/chelsio/cxgb/regs.h #define G_OUT_OF_SYNC_COUNT(x) (((x) >> S_OUT_OF_SYNC_COUNT) & M_OUT_OF_SYNC_COUNT)