ADJ_TICK
if (txc->modes & ADJ_TICK)
if (txc->modes & (ADJ_TICK|ADJ_FREQUENCY|ADJ_OFFSET))
if (txc->modes & ADJ_TICK &&
if (txc->modes & (ADJ_FREQUENCY | ADJ_TICK))
tx1.modes = ADJ_TICK;
tx1.modes = ADJ_TICK;
txc.modes = ADJ_TICK | ADJ_FREQUENCY;