Lines Matching defs:thres
350 unsigned int thres, v;402 thres = (adap->params.vpd.cclk * 1000) / 15625;403 thres = (thres * mtu) / 1000;405 thres /= 10;406 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0;407 thres = uimax(thres, 8U); /* need at least 8 */410 V_TXFIFOTHRESH(thres) | V_TXIPG(1));