Home
last modified time | relevance | path

Searched refs:inbufchunk (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/cris/arch-v10/drivers/
Dsync_serial.c137 unsigned int inbufchunk; member
361 port->inbufchunk = IN_DESCR_SIZE; in initialize_port()
670 if (sync_data_avail(port) >= port->inbufchunk) in sync_serial_poll()
909 port->inbufchunk = arg; in sync_serial_ioctl_unlocked()
912 (port->in_buffer_size/port->inbufchunk) * in sync_serial_ioctl_unlocked()
913 port->inbufchunk; in sync_serial_ioctl_unlocked()
915 port->inbufchunk, port->in_buffer_size)); in sync_serial_ioctl_unlocked()
1245 port->in_descr[i].sw_len = port->inbufchunk; in start_dma_in()
1252 buf += port->inbufchunk; in start_dma_in()
1337 if (port->writep + port->inbufchunk > port->flip + in rx_interrupt()
[all …]
/linux-4.1.27/arch/cris/arch-v32/drivers/
Dsync_serial.c131 unsigned int inbufchunk; member
350 port->inbufchunk = IN_DESCR_SIZE; in initialize_port()
586 if (port->input && sync_data_avail(port) >= port->inbufchunk) in sync_serial_poll()
1310 port->in_descr[i].after = buf + port->inbufchunk; in start_dma_in()
1315 buf += port->inbufchunk; in start_dma_in()
1453 if ((port->writep + port->inbufchunk <= in handle_rx_packet()
1455 (port->in_buffer_len + port->inbufchunk < IN_BUFFER_SIZE)) { in handle_rx_packet()
1458 port->inbufchunk); in handle_rx_packet()
1459 port->writep += port->inbufchunk; in handle_rx_packet()
1468 port->in_buffer_len += port->inbufchunk; in handle_rx_packet()
[all …]