Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/qe/
H A Duccf.c100 if (! ((mode == COMM_DIR_RX) || (mode == COMM_DIR_TX))) { in ucc_set_clk_src()
182 if (mode == COMM_DIR_RX) { in ucc_set_clk_src()
233 if (mode & COMM_DIR_RX) { in ucc_fast_enable()
253 if (mode & COMM_DIR_RX) { in ucc_fast_disable()
364 uf_info->rx_clock, COMM_DIR_RX)) { in ucc_fast_init()
H A Duec.c77 if (mode & COMM_DIR_RX) { in uec_mac_enable()
105 if (mode & COMM_DIR_RX) { in uec_mac_disable()
245 if ((mode & COMM_DIR_RX) && uec->grace_stopped_rx) { in uec_open()
269 if ((mode & COMM_DIR_RX) && !uec->grace_stopped_rx) { in uec_stop()
/rk3399_rockchip-uboot/include/
H A Dfsl_qe.h126 COMM_DIR_RX = 1, enumerator