Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c230 enetc_port_mac_wr(si, ENETC_PM0_IF_MODE, reg); in enetc_set_loopback()
238 enetc_port_mac_wr(si, ENETC_PM0_CMD_CFG, reg); in enetc_set_loopback()
413 enetc_port_mac_wr(si, ENETC_PM0_MAXFRM, in enetc_configure_port_mac()
418 enetc_port_mac_wr(si, ENETC_PM0_CMD_CFG, ENETC_PM0_CMD_PHY_TX_EN | in enetc_configure_port_mac()
425 enetc_port_mac_wr(si, ENETC_PM0_RX_FIFO, ENETC_PM0_RX_FIFO_VAL); in enetc_configure_port_mac()
436 enetc_port_mac_wr(si, ENETC_PM0_IF_MODE, val); in enetc_mac_config()
441 enetc_port_mac_wr(si, ENETC_PM0_IF_MODE, val); in enetc_mac_config()
452 enetc_port_mac_wr(si, ENETC_PM0_CMD_CFG, val); in enetc_mac_enable()
680 enetc_port_mac_wr(si, ENETC_PM0_IF_MODE, val); in enetc_force_rgmii_mac()
740 enetc_port_mac_wr(s in enetc_pl_mac_link_up()
[all...]
H A Denetc4_pf.c116 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_pf_set_loopback()
430 enetc_port_mac_wr(si, ENETC4_PM_MAXFRM(0), in enetc4_set_trx_frame_size()
622 enetc_port_mac_wr(si, ENETC4_PM_IF_MODE(0), val); in enetc4_mac_config()
685 enetc_port_mac_wr(si, ENETC4_PM_IF_MODE(0), val); in enetc4_set_rgmii_mac()
710 enetc_port_mac_wr(si, ENETC4_PM_IF_MODE(0), val); in enetc4_set_rmii_mac()
726 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_set_hd_flow_control()
739 enetc_port_mac_wr(si, ENETC4_PM_CMD_CFG(0), val); in enetc4_set_rx_pause()
781 enetc_port_mac_wr(pf->si, ENETC4_PM_PAUSE_QUANTA(0), init_quanta); in enetc4_set_tx_pause()
782 enetc_port_mac_wr(pf->si, ENETC4_PM_PAUSE_THRESH(0), refresh_quanta); in enetc4_set_tx_pause()
796 enetc_port_mac_wr(s in enetc4_enable_mac()
[all...]
H A Denetc.h492 void enetc_port_mac_wr(struct enetc_si *si, u32 reg, u32 val);
H A Denetc.c21 void enetc_port_mac_wr(struct enetc_si *si, u32 reg, u32 val) in enetc_port_mac_wr() function
27 EXPORT_SYMBOL_GPL(enetc_port_mac_wr);
393 enetc_port_mac_wr(priv->si, ENETC_PM0_SINGLE_STEP, in enetc_map_tx_buffs()