Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_dma.c302 unsigned int tqs = fifosz / 256 - 1; in dwmac4_dma_tx_chan_op_mode() local
345 mtl_tx_op |= tqs << MTL_OP_MODE_TQS_SHIFT; in dwmac4_dma_tx_chan_op_mode()
Ddwxgmac2_dma.c212 unsigned int tqs = fifosz / 256 - 1; in dwxgmac2_dma_tx_mode() local
246 value |= (tqs << XGMAC_TQS_SHIFT) & XGMAC_TQS; in dwxgmac2_dma_tx_mode()