Home
last modified time | relevance | path

Searched refs:ENETC4_PM_IF_MODE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc4_pf.c597 val = enetc_port_mac_rd(si, ENETC4_PM_IF_MODE(0)); in enetc4_mac_config()
630 enetc_port_mac_wr(si, ENETC4_PM_IF_MODE(0), val); in enetc4_mac_config()
673 old_val = enetc_port_mac_rd(si, ENETC4_PM_IF_MODE(0)); in enetc4_set_rgmii_mac()
693 enetc_port_mac_wr(si, ENETC4_PM_IF_MODE(0), val); in enetc4_set_rgmii_mac()
701 old_val = enetc_port_mac_rd(si, ENETC4_PM_IF_MODE(0)); in enetc4_set_rmii_mac()
718 enetc_port_mac_wr(si, ENETC4_PM_IF_MODE(0), val); in enetc4_set_rmii_mac()
H A Denetc4_hw.h200 #define ENETC4_PM_IF_MODE(mac) (0x5300 + (mac) * 0x400) macro