Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dsynclinkmp.c101 #define SCABUFSIZE 1024 macro
3392 BuffersPerFrame = (unsigned short)(info->max_frame_size/SCABUFSIZE); in alloc_dma_bufs()
3393 if ( info->max_frame_size % SCABUFSIZE ) in alloc_dma_bufs()
3400 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; in alloc_dma_bufs()
3477 info->buffer_list_phys + (i * SCABUFSIZE); in alloc_buf_list()
3485 info->rx_buf_list[i].length = SCABUFSIZE; in alloc_buf_list()
3516 info->port_array[0]->last_mem_alloc += SCABUFSIZE; in alloc_frame_bufs()
4181 write_reg16(info, RXDMA + BFL, SCABUFSIZE); in rx_start()
4957 min_t(unsigned int, framesize, SCABUFSIZE), 0); in rx_get_frame()
4972 int partial_count = min(copy_count,SCABUFSIZE); in rx_get_frame()
[all …]