Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c20 u32 upper = __raw_readl(hw->port + ENETC_PSIPMAR0(si)); in enetc_pf_get_primary_mac_addr()
33 __raw_writel(upper, hw->port + ENETC_PSIPMAR0(si)); in enetc_pf_set_primary_mac_addr()
Denetc_hw.h159 #define ENETC_PSIPMAR0(n) (0x0100 + (n) * 0x8) /* n = SI index */ macro
Denetc_ethtool.c26 ENETC_PMR, ENETC_PSR, ENETC_PSIPMR, ENETC_PSIPMAR0(0),