Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c4892 int nTx = 64, nTxCmd = 8; in ipw_queue_reset() local
4905 rc = ipw_queue_tx_init(priv, &priv->txq[0], nTx, in ipw_queue_reset()
4913 rc = ipw_queue_tx_init(priv, &priv->txq[1], nTx, in ipw_queue_reset()
4921 rc = ipw_queue_tx_init(priv, &priv->txq[2], nTx, in ipw_queue_reset()
4929 rc = ipw_queue_tx_init(priv, &priv->txq[3], nTx, in ipw_queue_reset()