Home
last modified time | relevance | path

Searched refs:MVPP21 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvpp2.c939 enum { MVPP21, MVPP22 } hw_version; enumerator
1311 if (port->priv->hw_version == MVPP21) { in mvpp2_txdesc_dma_addr_set()
1325 if (port->priv->hw_version == MVPP21) in mvpp2_txdesc_size_set()
1335 if (port->priv->hw_version == MVPP21) in mvpp2_txdesc_txq_set()
1345 if (port->priv->hw_version == MVPP21) in mvpp2_txdesc_cmd_set()
1355 if (port->priv->hw_version == MVPP21) in mvpp2_txdesc_offset_set()
1364 if (port->priv->hw_version == MVPP21) in mvpp2_rxdesc_dma_addr_get()
1373 if (port->priv->hw_version == MVPP21) in mvpp2_rxdesc_cookie_get()
1382 if (port->priv->hw_version == MVPP21) in mvpp2_rxdesc_size_get()
1391 if (port->priv->hw_version == MVPP21) in mvpp2_rxdesc_status_get()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c175 if (port->priv->hw_version == MVPP21) in mvpp2_txdesc_dma_addr_get()
191 if (port->priv->hw_version == MVPP21) { in mvpp2_txdesc_dma_addr_set()
206 if (port->priv->hw_version == MVPP21) in mvpp2_txdesc_size_get()
216 if (port->priv->hw_version == MVPP21) in mvpp2_txdesc_size_set()
226 if (port->priv->hw_version == MVPP21) in mvpp2_txdesc_txq_set()
236 if (port->priv->hw_version == MVPP21) in mvpp2_txdesc_cmd_set()
245 if (port->priv->hw_version == MVPP21) in mvpp2_txdesc_offset_get()
254 if (port->priv->hw_version == MVPP21) in mvpp2_rxdesc_dma_addr_get()
264 if (port->priv->hw_version == MVPP21) in mvpp2_rxdesc_cookie_get()
274 if (port->priv->hw_version == MVPP21) in mvpp2_rxdesc_size_get()
[all …]
H A Dmvpp2.h280 ((version) == MVPP21 ? 0xffff : 0xff)
996 enum { MVPP21, MVPP22 } hw_version; enumerator