Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Ddavinci_emac.c362 #define emac_write(reg, val) iowrite32(val, priv->emac_base + (reg)) macro
554 emac_write(EMAC_MACCONTROL, mac_control); in emac_update_phystatus()
725 emac_write(EMAC_MACHASH1, priv->mac_hash1); in emac_add_mcast()
726 emac_write(EMAC_MACHASH2, priv->mac_hash2); in emac_add_mcast()
768 emac_write(EMAC_RXMBPENABLE, mbp_enable); in emac_dev_mcast_set()
800 emac_write(EMAC_DM646X_MACEOIVECTOR, in emac_int_disable()
804 emac_write(EMAC_DM646X_MACEOIVECTOR, in emac_int_disable()
1029 emac_write(EMAC_MACSRCADDRLO, val); in emac_set_type0addr()
1033 emac_write(EMAC_MACSRCADDRHI, val); in emac_set_type0addr()
1036 emac_write(EMAC_RXUNICASTSET, val); in emac_set_type0addr()
[all …]