Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h378 void fman_memac_disable(struct memac_regs *regs, bool apply_rx, bool apply_tx);
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_memac.c114 void fman_memac_disable(struct memac_regs *regs, bool apply_rx, bool apply_tx) in fman_memac_disable() function
H A Dmemac.c296 fman_memac_disable(p_Memac->p_MemMap, (mode & e_COMM_MODE_RX), (mode & e_COMM_MODE_TX)); in MemacDisable()