Home
last modified time | relevance | path

Searched refs:fman_memac_enable (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h376 void fman_memac_enable(struct memac_regs *regs, bool apply_rx, bool apply_tx);
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_memac.c99 void fman_memac_enable(struct memac_regs *regs, bool apply_rx, bool apply_tx) in fman_memac_enable() function
H A Dmemac.c282 fman_memac_enable(p_Memac->p_MemMap, (mode & e_COMM_MODE_RX), (mode & e_COMM_MODE_TX)); in MemacEnable()