Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
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()
Denetc_hw.h173 #define ENETC_PSIPMAR0(n) (0x0100 + (n) * 0x8) /* n = SI index */ macro
Denetc_ethtool.c28 ENETC_PMR, ENETC_PSR, ENETC_PSIPMR, ENETC_PSIPMAR0(0),