Searched refs:dtsec_regs (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h405 struct dtsec_regs { struct
768 int fman_dtsec_init(struct dtsec_regs *regs, struct dtsec_cfg *cfg,
783 void fman_dtsec_enable(struct dtsec_regs *regs, bool apply_rx, bool apply_tx);
793 void fman_dtsec_disable(struct dtsec_regs *regs, bool apply_rx, bool apply_tx);
803 uint32_t fman_dtsec_get_revision(struct dtsec_regs *regs);
815 void fman_dtsec_set_mac_address(struct dtsec_regs *regs, uint8_t *macaddr);
822 void fman_dtsec_get_mac_address(struct dtsec_regs *regs, uint8_t *macaddr);
835 void fman_dtsec_set_uc_promisc(struct dtsec_regs *regs, bool enable);
844 void fman_dtsec_set_wol(struct dtsec_regs *regs, bool en);
859 int fman_dtsec_adjust_link(struct dtsec_regs *reg
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_dtsec.c37 void fman_dtsec_stop_rx(struct dtsec_regs *regs)
43 void fman_dtsec_stop_tx(struct dtsec_regs *regs)
49 void fman_dtsec_start_tx(struct dtsec_regs *regs)
55 void fman_dtsec_start_rx(struct dtsec_regs *regs)
102 int fman_dtsec_init(struct dtsec_regs *regs, struct dtsec_cfg *cfg,
342 uint16_t fman_dtsec_get_max_frame_len(struct dtsec_regs *regs)
347 void fman_dtsec_set_max_frame_len(struct dtsec_regs *regs, uint16_t length)
352 void fman_dtsec_set_mac_address(struct dtsec_regs *regs, uint8_t *adr)
367 void fman_dtsec_get_mac_address(struct dtsec_regs *regs, uint8_t *macaddr)
382 void fman_dtsec_set_hash_table(struct dtsec_regs *reg
[all...]
H A Ddtsec.h204 struct dtsec_regs *p_MemMap; /**< pointer to dTSEC memory mapped registers. */
H A Ddtsec.c215 struct dtsec_regs *p_DtsecMemMap = p_Dtsec->p_MemMap;
327 struct dtsec_regs *p_DtsecMemMap = p_Dtsec->p_MemMap;
349 struct dtsec_regs *p_DtsecMemMap = p_Dtsec->p_MemMap;
388 struct dtsec_regs *p_MemMap;
429 struct dtsec_regs *p_MemMap;
696 struct dtsec_regs *p_DtsecMemMap;
1449 p_Dtsec->p_MemMap = (struct dtsec_regs *)UINT_TO_PTR(baseAddr);

Completed in 109 milliseconds