Searched refs:enetc_rd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_msg.c | 8 u32 psiier = enetc_rd(hw, ENETC_PSIIER); in enetc_msg_disable_mr_int() 15 u32 psiier = enetc_rd(hw, ENETC_PSIIER); in enetc_msg_enable_mr_int() 39 mr_mask = enetc_rd(hw, ENETC_PSIMSGRR) & ENETC_PSIMSGRR_MR_MASK; in enetc_msg_task()
|
| H A D | enetc.h | 657 enetc_wr(hw, ENETC_PPSFPMR, enetc_rd(hw, ENETC_PPSFPMR) | in enetc_psfp_enable() 673 enetc_wr(hw, ENETC_PPSFPMR, enetc_rd(hw, ENETC_PPSFPMR) & in enetc_psfp_disable()
|
| H A D | enetc_hw.h | 532 #define enetc_rd(hw, off) enetc_rd_reg((hw)->reg + (off)) macro 549 enetc_rd(hw, ENETC_BDR(t, n, off))
|
| H A D | enetc.c | 2166 val = enetc_rd(hw, ENETC_SICAPR0); in enetc_get_si_caps() 2170 val = enetc_rd(hw, ENETC_SIPCAPR0); in enetc_get_si_caps() 2172 val = enetc_rd(hw, ENETC_SIRFSCAPR); in enetc_get_si_caps() 2181 val = enetc_rd(hw, ENETC_SIPCAPR0); in enetc_get_si_caps() 2185 rss = enetc_rd(hw, ENETC_SIRSSCAPR); in enetc_get_si_caps() 2503 reg = enetc_rd(hw, ENETC_SIMR); in enetc_set_rss()
|