Home
last modified time | relevance | path

Searched refs:p_MemMap (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac.c206 event = fman_memac_get_event(p_Memac->p_MemMap, 0xffffffff); in MemacErrException()
207 imask = fman_memac_get_interrupt_mask(p_Memac->p_MemMap); in MemacErrException()
215 fman_memac_ack_event(p_Memac->p_MemMap, event); in MemacErrException()
230 event = fman_memac_get_event(p_Memac->p_MemMap, 0xffffffff); in MemacException()
231 imask = fman_memac_get_interrupt_mask(p_Memac->p_MemMap); in MemacException()
239 fman_memac_ack_event(p_Memac->p_MemMap, event); in MemacException()
282 fman_memac_enable(p_Memac->p_MemMap, (mode & e_COMM_MODE_RX), (mode & e_COMM_MODE_TX)); in MemacEnable()
296 fman_memac_disable(p_Memac->p_MemMap, (mode & e_COMM_MODE_RX), (mode & e_COMM_MODE_TX)); in MemacDisable()
310 fman_memac_set_promiscuous(p_Memac->p_MemMap, newVal); in MemacSetPromiscuous()
328 fman_memac_adjust_link(p_Memac->p_MemMap, in MemacAdjustLink()
[all …]
H A Ddtsec.c131 fman_dtsec_get_clear_carry_regs(p_Dtsec->p_MemMap, &car1, &car2); in UpdateStatistics()
206 return fman_dtsec_get_max_frame_len(p_Dtsec->p_MemMap); in DtsecGetMaxFrameLength()
215 struct dtsec_regs *p_DtsecMemMap = p_Dtsec->p_MemMap; in DtsecIsr()
327 struct dtsec_regs *p_DtsecMemMap = p_Dtsec->p_MemMap; in DtsecMdioIsr()
349 struct dtsec_regs *p_DtsecMemMap = p_Dtsec->p_MemMap; in Dtsec1588Isr()
388 struct dtsec_regs *p_MemMap; in GracefulStop() local
392 p_MemMap = p_Dtsec->p_MemMap; in GracefulStop()
393 ASSERT_COND(p_MemMap); in GracefulStop()
398 fman_dtsec_stop_rx(p_MemMap); in GracefulStop()
418 fman_dtsec_stop_tx(p_MemMap); in GracefulStop()
[all …]
H A Dtgec.c99 struct tgec_regs *p_TgecMemMap = p_Tgec->p_MemMap; in TgecErrException()
145 struct tgec_regs *p_TgecMemMap = p_Tgec->p_MemMap; in TgecException()
194 fman_tgec_enable(p_Tgec->p_MemMap, (mode & e_COMM_MODE_RX), (mode & e_COMM_MODE_TX)); in TgecEnable()
208 fman_tgec_disable(p_Tgec->p_MemMap, (mode & e_COMM_MODE_RX), (mode & e_COMM_MODE_TX)); in TgecDisable()
222 fman_tgec_set_promiscuous(p_Tgec->p_MemMap, newVal); in TgecSetPromiscuous()
343 fman_tgec_set_tx_pause_frames(p_Tgec->p_MemMap, pauseTime); in TgecTxMacPause()
363 fman_tgec_set_tx_pause_frames(p_Tgec->p_MemMap, pauseTime); in TgecSetTxPauseFrames()
377 fman_tgec_set_rx_ignore_pause_frames(p_Tgec->p_MemMap, en); in TgecRxIgnoreMacPause()
393 p_TgecMemMap = p_Tgec->p_MemMap; in TgecGetStatistics()
448 fman_tgec_enable_1588_time_stamp(p_Tgec->p_MemMap, 1); in TgecEnable1588TimeStamp()
[all …]
H A Dmemac.h70 …struct memac_regs *p_MemMap; /**< Pointer to MAC memory mapped… member
H A Dtgec.h128 …struct tgec_regs *p_MemMap; /**< pointer to 10G memory mapped … member
H A Ddtsec.h204 …struct dtsec_regs *p_MemMap; /**< pointer to dTSEC memory mapped registers. … member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c95 struct rtc_regs *p_MemMap; in RtcExceptions() local
99 p_MemMap = p_Rtc->p_MemMap; in RtcExceptions()
101 events = fman_rtc_check_and_clear_event(p_MemMap); in RtcExceptions()
106 fman_rtc_set_timer_alarm_l(p_MemMap, 0, 0); in RtcExceptions()
107 fman_rtc_disable_interupt(p_MemMap, FMAN_RTC_TMR_TEVENT_ALM1); in RtcExceptions()
116 fman_rtc_set_timer_alarm_l(p_MemMap, 1, 0); in RtcExceptions()
117 fman_rtc_disable_interupt(p_MemMap, FMAN_RTC_TMR_TEVENT_ALM2); in RtcExceptions()
185 p_Rtc->p_MemMap = (struct rtc_regs *)UINT_TO_PTR(p_FmRtcParam->baseAddress); in FM_RTC_Config()
196 struct rtc_regs *p_MemMap; in FM_RTC_Init() local
202 p_MemMap = p_Rtc->p_MemMap; in FM_RTC_Init()
[all …]
H A Dfm_rtc.h85 struct rtc_regs *p_MemMap; member