Searched refs:cfl (Results 1 – 3 of 3) sorted by relevance
339 unsigned long cfl, in __rp2_uart_set_termios() argument349 ((cfl & CSTOPB) ? RP2_UART_CTL_STOPBITS_m : 0) | in __rp2_uart_set_termios()350 (((cfl & CSIZE) == CS8) ? RP2_UART_CTL_DATABITS_8 : 0) | in __rp2_uart_set_termios()351 (((cfl & CSIZE) == CS7) ? RP2_UART_CTL_DATABITS_7 : 0) | in __rp2_uart_set_termios()352 (((cfl & CSIZE) == CS6) ? RP2_UART_CTL_DATABITS_6 : 0) | in __rp2_uart_set_termios()353 (((cfl & CSIZE) == CS5) ? RP2_UART_CTL_DATABITS_5 : 0)); in __rp2_uart_set_termios()361 ((cfl & PARENB) ? RP2_TXRX_CTL_PARENB_m : 0) | in __rp2_uart_set_termios()362 ((cfl & PARODD) ? 0 : RP2_TXRX_CTL_nPARODD_m) | in __rp2_uart_set_termios()363 ((cfl & CMSPAR) ? RP2_TXRX_CTL_CMSPAR_m : 0) | in __rp2_uart_set_termios()364 ((cfl & CRTSCTS) ? (RP2_TXRX_CTL_RTSFLOW_m | in __rp2_uart_set_termios()
187 int gfl,cfl; in pvr2_std_id_to_str() local189 cfl = 0; in pvr2_std_id_to_str()198 if (cfl) { in pvr2_std_id_to_str()204 cfl = !0; in pvr2_std_id_to_str()
815 struct file_lock *cfl; in posix_test_lock() local826 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()827 if (posix_locks_conflict(fl, cfl)) { in posix_test_lock()828 locks_copy_conflock(fl, cfl); in posix_test_lock()