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

/drivers/scsi/
H A Datari_scsi.h116 #define dprint(flg, format...) \
118 if (NDEBUG & (flg)) \
/drivers/tty/serial/
H A Dclps711x.c95 unsigned int status, ch, flg; local
103 flg = TTY_NORMAL;
120 flg = TTY_PARITY;
122 flg = TTY_FRAME;
136 uart_insert_char(port, ch, UARTDR_OVERR, ch, flg);
H A Dnetx-serial.c201 unsigned char rx, flg, status; local
206 flg = TTY_NORMAL;
227 flg = TTY_BREAK;
229 flg = TTY_PARITY;
231 flg = TTY_FRAME;
237 uart_insert_char(port, status, SR_OE, rx, flg);
H A Dserial_ks8695.c157 unsigned int status, ch, lsr, flg, max_count = 256; local
162 flg = TTY_NORMAL;
188 flg = TTY_BREAK;
190 flg = TTY_PARITY;
192 flg = TTY_FRAME;
198 uart_insert_char(port, lsr, URLS_URROE, ch, flg);
H A Dbfin_uart.c231 unsigned int status, ch, flg; local
318 flg = TTY_BREAK;
320 flg = TTY_PARITY;
322 flg = TTY_FRAME;
324 flg = TTY_NORMAL;
329 uart_insert_char(&uart->port, status, OE, ch, flg);
434 int i, flg, status; local
459 flg = TTY_BREAK;
461 flg = TTY_PARITY;
463 flg
[all...]
H A Dpnx8xxx_uart.c185 unsigned int status, ch, flg; local
194 flg = TTY_NORMAL;
220 flg = TTY_PARITY;
222 flg = TTY_FRAME;
233 ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN), ch, flg);
H A Dmax3100.c224 unsigned int ch, flg, status = 0; local
232 flg = TTY_FRAME;
238 flg = TTY_NORMAL;
241 flg = TTY_PARITY;
246 flg = TTY_NORMAL;
249 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg);
H A Dsa1100.c192 unsigned int status, ch, flg; local
201 flg = TTY_NORMAL;
218 flg = TTY_PARITY;
220 flg = TTY_FRAME;
230 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg);
H A Ducc_uart.c475 unsigned int flg; local
506 flg = TTY_NORMAL;
515 tty_insert_flip_char(tty, ch, flg);
555 flg = TTY_BREAK;
557 flg = TTY_PARITY;
559 flg = TTY_FRAME;
H A Dimx.c517 unsigned int rx,flg,ignored = 0; local
524 flg = TTY_NORMAL;
558 flg = TTY_BREAK;
560 flg = TTY_PARITY;
562 flg = TTY_FRAME;
564 flg = TTY_OVERRUN;
571 tty_insert_flip_char(tty, rx, flg);
H A Datmel_serial.c718 unsigned int flg; local
733 flg = TTY_NORMAL;
759 flg = TTY_BREAK;
761 flg = TTY_PARITY;
763 flg = TTY_FRAME;
770 uart_insert_char(port, status, ATMEL_US_OVRE, c.ch, flg);
H A Dsirfsoc_uart.c168 unsigned long flg; local
171 flg = SIRFUART_AFC_RX_EN | SIRFUART_AFC_TX_EN;
173 wr_regl(port, SIRFUART_AFC_CTRL, reg | flg);
/drivers/dma/
H A Dcoh901318.c966 unsigned long flg; local
972 spin_lock_irqsave(&cohc->lock, flg);
1006 spin_unlock_irqrestore(&cohc->lock, flg);
1010 spin_unlock_irqrestore(&cohc->lock, flg);
1031 unsigned long flg; local
1039 spin_lock_irqsave(&cohc->lock, flg);
1131 spin_unlock_irqrestore(&cohc->lock, flg);
1137 spin_unlock_irqrestore(&cohc->lock, flg);
H A Dpl330.c2543 int add_desc(struct dma_pl330_dmac *pdmac, gfp_t flg, int count) argument
2552 desc = kmalloc(count * sizeof(*desc), flg);
2783 unsigned long flg, void *context)
2850 desc->txd.flags = flg;
2781 pl330_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction direction, unsigned long flg, void *context) argument
/drivers/spi/
H A Dspi-bfin5xx.c167 bfin_write_and(&drv_data->regs->flg, ~chip->flag);
176 bfin_write_or(&drv_data->regs->flg, chip->flag);
190 bfin_write_or(&drv_data->regs->flg, chip->flag >> 8);
197 bfin_write_and(&drv_data->regs->flg, ~(chip->flag >> 8));
1363 bfin_write(&drv_data->regs->flg, 0xFF00);
1439 drv_data->flag_reg = bfin_read(&drv_data->regs->flg);
1445 bfin_write(&drv_data->regs->flg, 0xFF00);
1456 bfin_write(&drv_data->regs->flg, drv_data->flag_reg);
/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c252 unsigned int flg; local
291 flg = TTY_NORMAL;
305 tty_insert_flip_char(tty, ch, flg);
347 flg = TTY_BREAK;
349 flg = TTY_PARITY;
351 flg = TTY_FRAME;
356 flg = TTY_OVERRUN;
/drivers/block/paride/
H A Dpcd.c541 int i, k, flg; local
554 flg = 1;
556 flg &= (read_reg(cd, i + 1) == expect[i]);
562 if (!flg)
568 return flg - 1;
H A Dpf.c538 int i, k, flg; local
551 flg = 1;
553 flg &= (read_reg(pf, i + 1) == expect[i]);
559 if (!flg)
565 return flg - 1;
H A Dpt.c453 int i, k, flg; local
466 flg = 1;
468 flg &= (read_reg(pi, i + 1) == expect[i]);
474 if (!flg)
480 return flg - 1;
/drivers/isdn/hisax/
H A Dconfig.c1226 int flg = 0; local
1243 flg = i + 1;
1246 if (flg >= i)
1304 printk(KERN_DEBUG "HiSax: HW_Flags %lx bc0 flg %lx bc1 flg %lx\n",
/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c407 int flg; member in struct:temac_option

Completed in 651 milliseconds