Home
last modified time | relevance | path

Searched refs:ENETC_PSIPMAR0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c19 u32 upper = __raw_readl(hw->port + ENETC_PSIPMAR0(si)); in enetc_pf_get_primary_mac_addr()
32 __raw_writel(upper, hw->port + ENETC_PSIPMAR0(si)); in enetc_pf_set_primary_mac_addr()
H A Denetc_hw.h177 #define ENETC_PSIPMAR0(n) (0x0100 + (n) * 0x8) /* n = SI index */ macro
H A Denetc_ethtool.c29 ENETC_PMR, ENETC_PSR, ENETC_PSIPMR, ENETC_PSIPMAR0(0),