Searched refs:enetc_port_mac_rd (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc4_pf.c | 303 val = enetc_port_mac_rd(si, ENETC4_PM_IF_MODE(0)); in enetc4_mac_config() 379 old_val = enetc_port_mac_rd(si, ENETC4_PM_IF_MODE(0)); in enetc4_set_rgmii_mac() 407 old_val = enetc_port_mac_rd(si, ENETC4_PM_IF_MODE(0)); in enetc4_set_rmii_mac() 435 old_val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_set_hd_flow_control() 448 old_val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_set_rx_pause() 506 val = enetc_port_mac_rd(si, ENETC4_PM_CMD_CFG(0)); in enetc4_enable_mac()
|
H A D | enetc_pf.c | 320 reg = enetc_port_mac_rd(si, ENETC_PM0_IF_MODE); in enetc_set_loopback() 328 reg = enetc_port_mac_rd(si, ENETC_PM0_CMD_CFG); in enetc_set_loopback() 528 val = enetc_port_mac_rd(si, ENETC_PM0_IF_MODE); in enetc_mac_config() 542 u32 val = enetc_port_mac_rd(si, ENETC_PM0_CMD_CFG); in enetc_mac_enable() 754 old_val = val = enetc_port_mac_rd(si, ENETC_PM0_IF_MODE); in enetc_force_rgmii_mac() 840 cmd_cfg = enetc_port_mac_rd(si, ENETC_PM0_CMD_CFG); in enetc_pl_mac_link_up()
|
H A D | enetc.c | 15 u32 enetc_port_mac_rd(struct enetc_si *si, u32 reg) in enetc_port_mac_rd() function 19 EXPORT_SYMBOL_GPL(enetc_port_mac_rd);
|