Home
last modified time | relevance | path

Searched refs:cfl (Results 1 – 4 of 4) sorted by relevance

/drivers/media/usb/pvrusb2/
A Dpvrusb2-std.c177 int gfl,cfl; in pvr2_std_id_to_str() local
179 cfl = 0; in pvr2_std_id_to_str()
188 if (cfl) { in pvr2_std_id_to_str()
194 cfl = !0; in pvr2_std_id_to_str()
/drivers/tty/serial/
A Drp2.c337 unsigned long cfl, in __rp2_uart_set_termios() argument
347 ((cfl & CSTOPB) ? RP2_UART_CTL_STOPBITS_m : 0) | in __rp2_uart_set_termios()
348 (((cfl & CSIZE) == CS8) ? RP2_UART_CTL_DATABITS_8 : 0) | in __rp2_uart_set_termios()
349 (((cfl & CSIZE) == CS7) ? RP2_UART_CTL_DATABITS_7 : 0) | in __rp2_uart_set_termios()
350 (((cfl & CSIZE) == CS6) ? RP2_UART_CTL_DATABITS_6 : 0) | in __rp2_uart_set_termios()
351 (((cfl & CSIZE) == CS5) ? RP2_UART_CTL_DATABITS_5 : 0)); in __rp2_uart_set_termios()
359 ((cfl & PARENB) ? RP2_TXRX_CTL_PARENB_m : 0) | in __rp2_uart_set_termios()
360 ((cfl & PARODD) ? 0 : RP2_TXRX_CTL_nPARODD_m) | in __rp2_uart_set_termios()
361 ((cfl & CMSPAR) ? RP2_TXRX_CTL_CMSPAR_m : 0) | in __rp2_uart_set_termios()
362 ((cfl & CRTSCTS) ? (RP2_TXRX_CTL_RTSFLOW_m | in __rp2_uart_set_termios()
/drivers/gpu/drm/i915/
A Dintel_clock_gating.c718 CG_FUNCS(cfl);
/drivers/scsi/hisi_sas/
A Dhisi_sas_v3_hw.c1444 u32 cfl; in prep_smp_v3_hw() local
1463 cfl = (req_len - SMP_CRC_SIZE) / BYTE_TO_DW; in prep_smp_v3_hw()
1464 hdr->dw2 = cpu_to_le32((cfl << CMD_HDR_CFL_OFF) | in prep_smp_v3_hw()

Completed in 18 milliseconds