Searched refs:ENETC_PM0_CMD_CFG (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/freescale/enetc/ |
D | enetc_pf.c | 333 reg = enetc_port_rd(hw, ENETC_PM0_CMD_CFG); in enetc_set_loopback() 338 enetc_port_wr(hw, ENETC_PM0_CMD_CFG, reg); in enetc_set_loopback() 548 enetc_port_wr(hw, ENETC_PM0_CMD_CFG, ENETC_PM0_CMD_PHY_TX_EN | in enetc_configure_port_mac() 580 u32 val = enetc_port_rd(hw, ENETC_PM0_CMD_CFG); in enetc_mac_enable() 585 enetc_port_wr(hw, ENETC_PM0_CMD_CFG, val); in enetc_mac_enable() 1091 cmd_cfg = enetc_port_rd(hw, ENETC_PM0_CMD_CFG); in enetc_pl_mac_link_up() 1098 enetc_port_wr(hw, ENETC_PM0_CMD_CFG, cmd_cfg); in enetc_pl_mac_link_up()
|
D | enetc_hw.h | 228 #define ENETC_PM0_CMD_CFG 0x8008 macro
|
D | enetc_ethtool.c | 31 ENETC_PM0_CMD_CFG, ENETC_PM0_MAXFRM, ENETC_PM0_IF_MODE
|