Searched refs:ENETC_PM0_CMD_CFG (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/freescale/enetc/ |
| A D | enetc_pf.c | 233 reg = enetc_port_mac_rd(si, ENETC_PM0_CMD_CFG); in enetc_set_loopback() 238 enetc_port_mac_wr(si, ENETC_PM0_CMD_CFG, reg); in enetc_set_loopback() 418 enetc_port_mac_wr(si, ENETC_PM0_CMD_CFG, ENETC_PM0_CMD_PHY_TX_EN | in enetc_configure_port_mac() 447 u32 val = enetc_port_mac_rd(si, ENETC_PM0_CMD_CFG); in enetc_mac_enable() 452 enetc_port_mac_wr(si, ENETC_PM0_CMD_CFG, val); in enetc_mac_enable() 745 cmd_cfg = enetc_port_mac_rd(si, ENETC_PM0_CMD_CFG); in enetc_pl_mac_link_up() 752 enetc_port_mac_wr(si, ENETC_PM0_CMD_CFG, cmd_cfg); in enetc_pl_mac_link_up()
|
| A D | enetc_ethtool.c | 32 ENETC_PM0_CMD_CFG, ENETC_PM0_MAXFRM, ENETC_PM0_IF_MODE 1116 u32 val = enetc_port_rd(&si->hw, ENETC_PM0_CMD_CFG); in enetc_restart_emac_rx() 1118 enetc_port_wr(&si->hw, ENETC_PM0_CMD_CFG, val & ~ENETC_PM0_RX_EN); in enetc_restart_emac_rx() 1121 enetc_port_wr(&si->hw, ENETC_PM0_CMD_CFG, val); in enetc_restart_emac_rx()
|
| A D | enetc_hw.h | 263 #define ENETC_PM0_CMD_CFG 0x8008 macro
|
Completed in 16 milliseconds