Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc4_pf.c332 enetc_port_wr(hw, ENETC4_PSICFGR2(0), num_msix); in enetc4_set_si_msix_num()
335 enetc_port_wr(hw, ENETC4_PSICFGR2(i + 1), 0); in enetc4_set_si_msix_num()
348 enetc_port_wr(hw, ENETC4_PSICFGR2(0), num_msix); in enetc4_set_si_msix_num()
355 enetc_port_wr(hw, ENETC4_PSICFGR2(i + 1), num_msix); in enetc4_set_si_msix_num()
H A Denetc4_hw.h122 #define ENETC4_PSICFGR2(a) ((a) * 0x80 + 0x2018) macro