Home
last modified time | relevance | path

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

/external/u-boot/drivers/qe/
Duccf.c99 if (! ((mode == COMM_DIR_RX) || (mode == COMM_DIR_TX))) { in ucc_set_clk_src()
181 if (mode == COMM_DIR_RX) { in ucc_set_clk_src()
232 if (mode & COMM_DIR_RX) { in ucc_fast_enable()
252 if (mode & COMM_DIR_RX) { in ucc_fast_disable()
363 uf_info->rx_clock, COMM_DIR_RX)) { in ucc_fast_init()
Duec.c76 if (mode & COMM_DIR_RX) { in uec_mac_enable()
104 if (mode & COMM_DIR_RX) { in uec_mac_disable()
244 if ((mode & COMM_DIR_RX) && uec->grace_stopped_rx) { in uec_open()
268 if ((mode & COMM_DIR_RX) && !uec->grace_stopped_rx) { in uec_stop()
/external/u-boot/include/
Dfsl_qe.h125 COMM_DIR_RX = 1, enumerator