Searched refs:enetc_port_mac_wr (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/freescale/enetc/ |
D | enetc_pf.c | 330 enetc_port_mac_wr(si, ENETC_PM0_IF_MODE, reg); in enetc_set_loopback() 338 enetc_port_mac_wr(si, ENETC_PM0_CMD_CFG, reg); in enetc_set_loopback() 544 enetc_port_mac_wr(si, ENETC_PM0_MAXFRM, in enetc_configure_port_mac() 549 enetc_port_mac_wr(si, ENETC_PM0_CMD_CFG, ENETC_PM0_CMD_PHY_TX_EN | in enetc_configure_port_mac() 556 enetc_port_mac_wr(si, ENETC_PM0_RX_FIFO, ENETC_PM0_RX_FIFO_VAL); in enetc_configure_port_mac() 567 enetc_port_mac_wr(si, ENETC_PM0_IF_MODE, val); in enetc_mac_config() 572 enetc_port_mac_wr(si, ENETC_PM0_IF_MODE, val); in enetc_mac_config() 583 enetc_port_mac_wr(si, ENETC_PM0_CMD_CFG, val); in enetc_mac_enable() 992 enetc_port_mac_wr(si, ENETC_PM0_IF_MODE, val); in enetc_force_rgmii_mac() 1052 enetc_port_mac_wr(si, ENETC_PM0_PAUSE_QUANTA, init_quanta); in enetc_pl_mac_link_up() [all …]
|
D | enetc.h | 411 void enetc_port_mac_wr(struct enetc_si *si, u32 reg, u32 val);
|
D | enetc.c | 20 void enetc_port_mac_wr(struct enetc_si *si, u32 reg, u32 val) in enetc_port_mac_wr() function 26 EXPORT_SYMBOL_GPL(enetc_port_mac_wr); 265 enetc_port_mac_wr(priv->si, ENETC_PM0_SINGLE_STEP, in enetc_map_tx_buffs()
|