Lines Matching defs:tdintcm
416 DBG("TDINTCM=%08x\n", priv->tdintcm); /*NOTE: test script uses this */
417 WRITE_REG(priv, regTDINTCM0, priv->tdintcm); /* old val = 0x300064 */
2014 priv->tdintcm = INT_REG_VAL(0x20, 1, 0, 12);
2154 u32 tdintcm;
2158 tdintcm = priv->tdintcm;
2166 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT;
2168 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ);
2185 u32 tdintcm;
2212 tdintcm = INT_REG_VAL(tx_coal, GET_INT_COAL_RC(priv->tdintcm), 0,
2216 priv->tdintcm = tdintcm;
2219 WRITE_REG(priv, regTDINTCM0, tdintcm);