Searched refs:fman_tgec_disable (Results 1 – 3 of 3) sorted by relevance
373 void fman_tgec_disable(struct tgec_regs *regs, bool apply_rx, bool apply_tx);
169 void fman_tgec_disable(struct tgec_regs *regs, bool apply_rx, bool apply_tx) in fman_tgec_disable() function
208 fman_tgec_disable(p_Tgec->p_MemMap, (mode & e_COMM_MODE_RX), (mode & e_COMM_MODE_TX)); in TgecDisable()