Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dftgmac100.c94 u32 txdes0_edotr_mask; member
325 priv->txdes[PKTBUFSTX - 1].txdes0 = priv->txdes0_edotr_mask; in ftgmac100_start()
501 curr_des->txdes0 &= priv->txdes0_edotr_mask; in BUILD_WAIT_FOR_BIT()
571 priv->txdes0_edotr_mask = BIT(30); in ftgmac100_ofdata_to_platdata()
574 priv->txdes0_edotr_mask = BIT(15); in ftgmac100_ofdata_to_platdata()
/openbmc/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.c73 u32 txdes0_edotr_mask; member
587 return priv->txdes0_edotr_mask; in ftgmac100_base_tx_ctlstat()
657 txdes->txdes0 = cpu_to_le32(ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_tx_complete_packet()
849 first->txdes0 = cpu_to_le32(f_ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_hard_start_xmit()
857 txdes->txdes0 = cpu_to_le32(ctl_stat & priv->txdes0_edotr_mask); in ftgmac100_hard_start_xmit()
992 txdes->txdes0 |= cpu_to_le32(priv->txdes0_edotr_mask); in ftgmac100_init_rings()
1871 priv->txdes0_edotr_mask = BIT(30); in ftgmac100_probe()
1875 priv->txdes0_edotr_mask = BIT(15); in ftgmac100_probe()