Searched refs:tdintcm (Results 1 – 2 of 2) sorted by relevance
417 DBG("TDINTCM=%08x\n", priv->tdintcm); /*NOTE: test script uses this */ in bdx_hw_start()418 WRITE_REG(priv, regTDINTCM0, priv->tdintcm); /* old val = 0x300064 */ in bdx_hw_start()2056 priv->tdintcm = INT_REG_VAL(0x20, 1, 0, 12); in bdx_probe()2147 u32 tdintcm; in bdx_get_settings() local2151 tdintcm = priv->tdintcm; in bdx_get_settings()2164 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ); in bdx_get_settings()2197 u32 tdintcm; in bdx_get_coalesce() local2201 tdintcm = priv->tdintcm; in bdx_get_coalesce()2209 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT; in bdx_get_coalesce()2211 ((GET_PCK_TH(tdintcm) * PCK_TH_MULT) / BDX_TXF_DESC_SZ); in bdx_get_coalesce()[all …]
280 u32 tdintcm; member