Searched refs:UART_XMIT_SIZE (Results 1 – 25 of 44) sorted by relevance
12
/drivers/serial/ |
D | bfin_5xx.c | 93 xmit->tail = (xmit->tail + uart->tx_count) & (UART_XMIT_SIZE - 1); in bfin_serial_stop_tx() 290 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in bfin_serial_tx_chars() 349 uart->tx_count = CIRC_CNT(xmit->head, xmit->tail, UART_XMIT_SIZE); in bfin_serial_dma_tx_chars() 350 if (uart->tx_count > (UART_XMIT_SIZE - xmit->tail)) in bfin_serial_dma_tx_chars() 351 uart->tx_count = UART_XMIT_SIZE - xmit->tail; in bfin_serial_dma_tx_chars() 378 UART_XMIT_SIZE); in bfin_serial_dma_rx_chars() 405 if (i >= UART_XMIT_SIZE) in bfin_serial_dma_rx_chars() 453 xmit->tail = (xmit->tail + uart->tx_count) & (UART_XMIT_SIZE - 1); in bfin_serial_dma_tx_int()
|
D | sunhv.c | 54 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in transmit_chars_putchar() 66 UART_XMIT_SIZE); in transmit_chars_write() 70 xmit->tail = (xmit->tail + sent) & (UART_XMIT_SIZE - 1); in transmit_chars_write()
|
D | atmel_serial.c | 442 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in atmel_tx_chars() 572 xmit->tail &= UART_XMIT_SIZE - 1; in atmel_tx_dma() 588 count = CIRC_CNT_TO_END(xmit->head, xmit->tail, UART_XMIT_SIZE); in atmel_tx_dma() 862 UART_XMIT_SIZE, in atmel_startup() 864 pdc->dma_size = UART_XMIT_SIZE; in atmel_startup()
|
D | sn_console.c | 580 (UART_XMIT_SIZE - tail) : (head - tail); in sn_transmit_chars() 598 tail &= UART_XMIT_SIZE - 1; in sn_transmit_chars()
|
D | sc26xx.c | 206 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in transmit_chars() 327 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in sc26xx_start_tx()
|
D | mux.c | 219 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in mux_write()
|
D | 21285.c | 143 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in serial21285_tx_chars()
|
D | m32r_sio.c | 295 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in m32r_sio_start_tx() 420 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in transmit_chars()
|
D | nwpserial.c | 271 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE-1); in nwpserial_start_tx()
|
D | clps711x.c | 167 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in clps711xuart_int_tx()
|
D | ip22zilog.c | 420 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in ip22zilog_transmit_chars() 616 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in ip22zilog_start_tx()
|
D | bfin_sport_uart.c | 309 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE -1); in sport_uart_tx_chars()
|
D | sunsab.c | 267 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in transmit_chars() 447 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in sunsab_start_tx()
|
D | uartlite.c | 144 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE-1); in ulite_transmit()
|
D | serial_lh7a40x.c | 208 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in lh7a40xuart_tx_chars()
|
D | serial_ks8695.c | 230 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in ks8695uart_tx_chars()
|
D | mcf.c | 348 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE -1); in mcf_tx_chars()
|
D | serial_core.c | 475 circ->head = (circ->head + 1) & (UART_XMIT_SIZE - 1); in __uart_put_char() 520 c = CIRC_SPACE_TO_END(circ->head, circ->tail, UART_XMIT_SIZE); in uart_write() 526 circ->head = (circ->head + c) & (UART_XMIT_SIZE - 1); in uart_write()
|
D | sunzilog.c | 518 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in sunzilog_transmit_chars() 714 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in sunzilog_start_tx()
|
D | netx-serial.c | 162 (UART_XMIT_SIZE - 1); in netx_transmit_buffer()
|
D | ioc3_serial.c | 921 xmit_count = (head < tail) ? (UART_XMIT_SIZE - tail) : (head - tail); in transmit_chars() 930 tail &= UART_XMIT_SIZE - 1; in transmit_chars()
|
D | icom.c | 643 temp_tail &= (UART_XMIT_SIZE - 1); in icom_write() 720 (UART_XMIT_SIZE - 1); in xmit_interrupt()
|
D | pnx8xxx_uart.c | 272 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in pnx8xxx_tx_chars()
|
/drivers/mmc/card/ |
D | sdio_uart.c | 48 #define UART_XMIT_SIZE PAGE_SIZE macro 55 (CIRC_CNT((circ)->head, (circ)->tail, UART_XMIT_SIZE)) 58 (CIRC_SPACE((circ)->head, (circ)->tail, UART_XMIT_SIZE)) 461 xmit->tail = (xmit->tail + 1) & (UART_XMIT_SIZE - 1); in sdio_uart_transmit_chars() 743 c = CIRC_SPACE_TO_END(circ->head, circ->tail, UART_XMIT_SIZE); in sdio_uart_write() 749 circ->head = (circ->head + c) & (UART_XMIT_SIZE - 1); in sdio_uart_write()
|
/drivers/serial/jsm/ |
D | jsm_tty.c | 867 temp_tail &= (UART_XMIT_SIZE - 1); in jsm_tty_write() 882 temp_tail &= (UART_XMIT_SIZE - 1); in jsm_tty_write()
|
12