Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c16 u16 lower = __raw_readw(hw->port + ENETC_PSIPMAR1(si)); in enetc_pf_get_primary_mac_addr()
29 __raw_writew(lower, hw->port + ENETC_PSIPMAR1(si)); in enetc_pf_set_primary_mac_addr()
Denetc_ethtool.c29 ENETC_PSIPMAR1(0), ENETC_PTXMBAR, ENETC_PCAPR0, ENETC_PCAPR1,
Denetc_hw.h173 #define ENETC_PSIPMAR1(n) (0x0104 + (n) * 0x8) macro