Lines Matching full:ucc
9 * QE UCC Fast API Set - UCC Fast specific routines implementations.
23 #include <soc/fsl/qe/ucc.h>
28 printk(KERN_INFO "UCC%u Fast registers:\n", uccf->uf_info->ucc_num); in ucc_fast_dump_regs()
100 /* Enable reception and/or transmission on this UCC. */ in ucc_fast_enable()
121 /* Disable reception and/or transmission on this UCC. */ in ucc_fast_disable()
145 /* check if the UCC port number is in range. */ in ucc_fast_init()
147 printk(KERN_ERR "%s: illegal UCC number\n", __func__); in ucc_fast_init()
203 /* Fill fast UCC structure */ in ucc_fast_init()
208 printk(KERN_ERR "%s: Cannot map UCC registers\n", __func__); in ucc_fast_init()
229 /* Set UCC to fast type */ in ucc_fast_init()
232 printk(KERN_ERR "%s: cannot set UCC type\n", __func__); in ucc_fast_init()
367 /* Set interrupt mask register at UCC level. */ in ucc_fast_init()
370 /* First, clear anything pending at UCC level, in ucc_fast_init()