Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/altera/
Daltera_tse_main.c647 u32 cfg_reg = ioread32(&priv->mac_dev->command_config); in altera_tse_adjust_link()
687 iowrite32(cfg_reg, &priv->mac_dev->command_config); in altera_tse_adjust_link()
888 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in reset_mac()
891 csrwr32(dat, priv->mac_dev, tse_csroffs(command_config)); in reset_mac()
895 if (tse_bit_is_clear(priv->mac_dev, tse_csroffs(command_config), in reset_mac()
902 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in reset_mac()
904 csrwr32(dat, priv->mac_dev, tse_csroffs(command_config)); in reset_mac()
964 cmd = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in init_mac()
979 csrwr32(cmd, priv->mac_dev, tse_csroffs(command_config)); in init_mac()
995 u32 value = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in tse_set_mac()
[all …]
Daltera_tse.h181 u32 command_config; member