Searched refs:enetc_rd (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/freescale/enetc/ |
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()
|
D | enetc.h | 503 enetc_wr(hw, ENETC_PPSFPMR, enetc_rd(hw, ENETC_PPSFPMR) | in enetc_psfp_enable() 519 enetc_wr(hw, ENETC_PPSFPMR, enetc_rd(hw, ENETC_PPSFPMR) & in enetc_psfp_disable()
|
D | enetc_ethtool.c | 63 *buf++ = enetc_rd(hw, enetc_si_regs[i]); in enetc_get_regs() 71 *buf++ = enetc_rd(hw, addr); in enetc_get_regs() 80 *buf++ = enetc_rd(hw, addr); in enetc_get_regs() 90 *buf++ = enetc_rd(hw, addr); in enetc_get_regs()
|
D | enetc_qos.c | 14 return enetc_rd(hw, ENETC_PTGCAPR) & ENETC_PTGCAPR_MAX_GCL_LEN_MASK; in enetc_get_max_gcl_len() 67 tge = enetc_rd(hw, ENETC_PTGCR); in enetc_setup_taprio() 310 if (enetc_rd(hw, ENETC_PTGCR) & ENETC_PTGCR_TGE) in enetc_setup_tc_txtime() 660 now_lo = enetc_rd(hw, ENETC_SICTR0); in get_ptp_now() 661 now_hi = enetc_rd(hw, ENETC_SICTR1); in get_ptp_now()
|
D | enetc_vf.c | 28 vsimsgsr = enetc_rd(&si->hw, ENETC_VSIMSGSR); in enetc_msg_vsi_send()
|
D | enetc_hw.h | 482 #define enetc_rd(hw, off) enetc_rd_reg((hw)->reg + (off)) macro 498 enetc_rd(hw, ENETC_BDR(t, n, off))
|
D | enetc.c | 1715 val = enetc_rd(hw, ENETC_SICAPR0); in enetc_get_si_caps() 1719 val = enetc_rd(hw, ENETC_SIRFSCAPR); in enetc_get_si_caps() 1724 val = enetc_rd(hw, ENETC_SIPCAPR0); in enetc_get_si_caps() 1728 rss = enetc_rd(hw, ENETC_SIRSSCAPR); in enetc_get_si_caps() 2587 reg = enetc_rd(hw, ENETC_SIMR); in enetc_set_rss()
|