Searched refs:tx_clock (Results 1 – 4 of 4) sorted by relevance
97 qe_clock_e tx_clock; member
490 if (uf_info->tx_clock != QE_CLK_NONE) { in ucc_fast_init()492 uf_info->tx_clock, COMM_DIR_TX)) { in ucc_fast_init()
1043 uf_info->tx_clock = qe_clock_source(s); in qe_uec_set_uec_info()1044 if (uf_info->tx_clock < QE_CLK_NONE || in qe_uec_set_uec_info()1045 uf_info->tx_clock > QE_CLK24) { in qe_uec_set_uec_info()1061 uf_info->tx_clock = val; in qe_uec_set_uec_info()
610 .tx_clock = CFG_SYS_UEC##num##_TX_CLK, \
Completed in 12 milliseconds