Home
last modified time | relevance | path

Searched refs:flg (Results 1 – 21 of 21) sorted by relevance

/drivers/scsi/
DNCR5380.h249 #define dprintk(flg, fmt, ...) \ argument
250 do { if ((NDEBUG) & (flg)) \
253 #define dsprintk(flg, host, fmt, ...) \ argument
254 do { if ((NDEBUG) & (flg)) \
259 #define NCR5380_dprint(flg, arg) \ argument
260 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
261 #define NCR5380_dprint_phase(flg, arg) \ argument
262 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
266 #define NCR5380_dprint(flg, arg) do {} while (0) argument
267 #define NCR5380_dprint_phase(flg, arg) do {} while (0) argument
/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c34 bp, flg, fm, np) \ argument
47 .flag = {(flg)}, \
53 alpha, bp, flg, fm, np, th) \ argument
66 .flag = {(flg)}, \
73 alpha, chroma, count, bp, flg, fm, np) \ argument
86 .flag = {(flg)}, \
91 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
104 .flag = {(flg)}, \
110 flg, fm, np, th) \ argument
123 .flag = {(flg)}, \
[all …]
/drivers/tty/serial/
Dclps711x.c95 unsigned int status, flg; in uart_clps711x_int_rx() local
110 flg = TTY_NORMAL; in uart_clps711x_int_rx()
123 flg = TTY_PARITY; in uart_clps711x_int_rx()
125 flg = TTY_FRAME; in uart_clps711x_int_rx()
127 flg = TTY_OVERRUN; in uart_clps711x_int_rx()
136 uart_insert_char(port, status, UARTDR_OVERR, ch, flg); in uart_clps711x_int_rx()
Darc_uart.c199 unsigned int ch, flg = 0; in arc_serial_rx_chars() local
218 flg = TTY_OVERRUN; in arc_serial_rx_chars()
224 flg = TTY_FRAME; in arc_serial_rx_chars()
228 flg = TTY_NORMAL; in arc_serial_rx_chars()
237 uart_insert_char(port, status, RXOERR, ch, flg); in arc_serial_rx_chars()
Dmax3100.c218 unsigned int ch, flg, status = 0; in max3100_handlerx() local
226 flg = TTY_FRAME; in max3100_handlerx()
232 flg = TTY_NORMAL; in max3100_handlerx()
235 flg = TTY_PARITY; in max3100_handlerx()
240 flg = TTY_NORMAL; in max3100_handlerx()
243 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx()
Dsa1100.c183 unsigned int status, ch, flg; in sa1100_rx_chars() local
192 flg = TTY_NORMAL; in sa1100_rx_chars()
209 flg = TTY_PARITY; in sa1100_rx_chars()
211 flg = TTY_FRAME; in sa1100_rx_chars()
219 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()
Ducc_uart.c467 unsigned int flg; in qe_uart_int_rx() local
498 flg = TTY_NORMAL; in qe_uart_int_rx()
507 tty_insert_flip_char(tport, ch, flg); in qe_uart_int_rx()
548 flg = TTY_BREAK; in qe_uart_int_rx()
550 flg = TTY_PARITY; in qe_uart_int_rx()
552 flg = TTY_FRAME; in qe_uart_int_rx()
Dfsl_lpuart.c872 unsigned int flg, ignored = 0, overrun = 0; in lpuart_rxint() local
879 flg = TTY_NORMAL; in lpuart_rxint()
909 flg = TTY_PARITY; in lpuart_rxint()
911 flg = TTY_FRAME; in lpuart_rxint()
914 flg = TTY_OVERRUN; in lpuart_rxint()
919 tty_insert_flip_char(port, rx, flg); in lpuart_rxint()
948 unsigned int flg, ignored = 0; in lpuart32_rxint() local
956 flg = TTY_NORMAL; in lpuart32_rxint()
1000 flg = TTY_PARITY; in lpuart32_rxint()
1003 flg = TTY_BREAK; in lpuart32_rxint()
[all …]
Dliteuart.c75 unsigned int flg = TTY_NORMAL; in liteuart_timer() local
88 uart_insert_char(port, status, 0, ch, flg); in liteuart_timer()
Dfsl_linflexuart.c240 unsigned int flg; in linflex_rxint() local
252 flg = TTY_NORMAL; in linflex_rxint()
278 tty_insert_flip_char(port, rx, flg); in linflex_rxint()
Dimx.c811 unsigned int rx, flg, ignored = 0; in __imx_uart_rxint() local
817 flg = TTY_NORMAL; in __imx_uart_rxint()
851 flg = TTY_BREAK; in __imx_uart_rxint()
853 flg = TTY_PARITY; in __imx_uart_rxint()
855 flg = TTY_FRAME; in __imx_uart_rxint()
857 flg = TTY_OVERRUN; in __imx_uart_rxint()
865 if (tty_insert_flip_char(port, rx, flg) == 0) in __imx_uart_rxint()
Datmel_serial.c1528 unsigned int flg; in atmel_rx_from_ring() local
1543 flg = TTY_NORMAL; in atmel_rx_from_ring()
1569 flg = TTY_BREAK; in atmel_rx_from_ring()
1571 flg = TTY_PARITY; in atmel_rx_from_ring()
1573 flg = TTY_FRAME; in atmel_rx_from_ring()
1580 uart_insert_char(port, status, ATMEL_US_OVRE, c.ch, flg); in atmel_rx_from_ring()
/drivers/media/dvb-frontends/
Dmn88443x.c273 u32 cpmon, tmpu, tmpl, flg; in mn88443x_s_read_status() local
343 regmap_read(r_s, BERCNFLG_S, &flg); in mn88443x_s_read_status()
345 if ((*status & FE_HAS_VITERBI) && (flg & BERCNFLG_S_BERVRDY)) { in mn88443x_s_read_status()
475 u32 seqrd, st, flg, tmpu, tmpm, tmpl; in mn88443x_t_read_status() local
531 regmap_read(r_t, BERFLG_T, &flg); in mn88443x_t_read_status()
533 if ((*status & FE_HAS_VITERBI) && (flg & BERFLG_T_BERVRDYA)) { in mn88443x_t_read_status()
/drivers/block/paride/
Dpcd.c517 int i, k, flg; in pcd_reset() local
530 flg = 1; in pcd_reset()
532 flg &= (read_reg(cd, i + 1) == expect[i]); in pcd_reset()
538 if (!flg) in pcd_reset()
544 return flg - 1; in pcd_reset()
Dpt.c454 int i, k, flg; in pt_reset() local
467 flg = 1; in pt_reset()
469 flg &= (read_reg(pi, i + 1) == expect[i]); in pt_reset()
475 if (!flg) in pt_reset()
481 return flg - 1; in pt_reset()
Dpf.c560 int i, k, flg; in pf_reset() local
573 flg = 1; in pf_reset()
575 flg &= (read_reg(pf, i + 1) == expect[i]); in pf_reset()
581 if (!flg) in pf_reset()
587 return flg - 1; in pf_reset()
/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c235 unsigned int flg; in cpm_uart_int_rx() local
274 flg = TTY_NORMAL; in cpm_uart_int_rx()
288 tty_insert_flip_char(tport, ch, flg); in cpm_uart_int_rx()
330 flg = TTY_BREAK; in cpm_uart_int_rx()
332 flg = TTY_PARITY; in cpm_uart_int_rx()
334 flg = TTY_FRAME; in cpm_uart_int_rx()
339 flg = TTY_OVERRUN; in cpm_uart_int_rx()
/drivers/pinctrl/nuvoton/
Dpinctrl-npcm7xx.c1509 int flg, val; in npcm7xx_get_drive_strength() local
1511 flg = pincfg[pin].flag; in npcm7xx_get_drive_strength()
1512 if (flg & DRIVE_STRENGTH_MASK) { in npcm7xx_get_drive_strength()
1516 ds = val ? DSHI(flg) : DSLO(flg); in npcm7xx_get_drive_strength()
/drivers/dma/
Dpl330.c2550 gfp_t flg, int count) in add_desc() argument
2556 desc = kcalloc(count, sizeof(*desc), flg); in add_desc()
2851 unsigned long flg, void *context) in pl330_prep_slave_sg() argument
2906 desc->txd.flags = flg; in pl330_prep_slave_sg()
/drivers/net/ethernet/xilinx/
Dll_temac_main.c517 int flg; member
/drivers/scsi/lpfc/
Dlpfc_sli.c8331 u32 flg; in lpfc_sli4_hba_setup() local
8345 flg = phba->sli.sli_flag; in lpfc_sli4_hba_setup()
8350 for (i = 0; i < 50 && (flg & LPFC_SLI_MBOX_ACTIVE); i++) { in lpfc_sli4_hba_setup()
8353 flg = phba->sli.sli_flag; in lpfc_sli4_hba_setup()