Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_tgec.h373 void fman_tgec_disable(struct tgec_regs *regs, bool apply_rx, bool apply_tx);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c169 void fman_tgec_disable(struct tgec_regs *regs, bool apply_rx, bool apply_tx) in fman_tgec_disable() function
H A Dtgec.c208 fman_tgec_disable(p_Tgec->p_MemMap, (mode & e_COMM_MODE_RX), (mode & e_COMM_MODE_TX)); in TgecDisable()