Home
last modified time | relevance | path

Searched refs:nTx (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc521 // nTx = round_up(w * cpp, 1 << Tp) >> Tp
531 // off += ((Tz * nTy * nTx)) + (Ty * nTx) + Tx) << Td << Th << Tp;
594 // nTx = ((w * cpp) + ((1 << Tp) - 1) >> Tp)
636 // Ot = ((Tz * nTy * nTx) + (Ty * nTx) + Tx) << Ts
646 // PITCH = (nTx - 1) << Ts
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c4951 int nTx = 64, nTxCmd = 8; in ipw_queue_reset() local
4964 rc = ipw_queue_tx_init(priv, &priv->txq[0], nTx, in ipw_queue_reset()
4972 rc = ipw_queue_tx_init(priv, &priv->txq[1], nTx, in ipw_queue_reset()
4980 rc = ipw_queue_tx_init(priv, &priv->txq[2], nTx, in ipw_queue_reset()
4988 rc = ipw_queue_tx_init(priv, &priv->txq[3], nTx, in ipw_queue_reset()