Searched refs:enetc_port_mac_rd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc4_pf.c | 120 val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_pf_set_loopback() 597 val = enetc_port_mac_rd(si, ENETC4_PM_IF_MODE(0)); in enetc4_mac_config() 673 old_val = enetc_port_mac_rd(si, ENETC4_PM_IF_MODE(0)); in enetc4_set_rgmii_mac() 701 old_val = enetc_port_mac_rd(si, ENETC4_PM_IF_MODE(0)); in enetc4_set_rmii_mac() 729 old_val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_set_hd_flow_control() 742 old_val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_set_rx_pause() 824 val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_mac_tx_graceful_stop() 835 val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_mac_tx_enable() 899 val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_mac_rx_enable()
|
| H A D | enetc_pf.c | 225 reg = enetc_port_mac_rd(si, ENETC_PM0_IF_MODE); in enetc_set_loopback() 233 reg = enetc_port_mac_rd(si, ENETC_PM0_CMD_CFG); in enetc_set_loopback() 433 val = enetc_port_mac_rd(si, ENETC_PM0_IF_MODE); in enetc_mac_config() 447 u32 val = enetc_port_mac_rd(si, ENETC_PM0_CMD_CFG); in enetc_mac_enable() 659 old_val = val = enetc_port_mac_rd(si, ENETC_PM0_IF_MODE); in enetc_force_rgmii_mac() 745 cmd_cfg = enetc_port_mac_rd(si, ENETC_PM0_CMD_CFG); in enetc_pl_mac_link_up()
|
| H A D | enetc.h | 503 u32 enetc_port_mac_rd(struct enetc_si *si, u32 reg);
|
| H A D | enetc.c | 15 u32 enetc_port_mac_rd(struct enetc_si *si, u32 reg) in enetc_port_mac_rd() function 25 EXPORT_SYMBOL_GPL(enetc_port_mac_rd);
|