Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dsynclinkmp.c101 #define SCABUFSIZE 1024 macro
3359 BuffersPerFrame = (unsigned short)(info->max_frame_size/SCABUFSIZE); in alloc_dma_bufs()
3360 if ( info->max_frame_size % SCABUFSIZE ) in alloc_dma_bufs()
3367 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; in alloc_dma_bufs()
3444 info->buffer_list_phys + (i * SCABUFSIZE); in alloc_buf_list()
3452 info->rx_buf_list[i].length = SCABUFSIZE; in alloc_buf_list()
3483 info->port_array[0]->last_mem_alloc += SCABUFSIZE; in alloc_frame_bufs()
4161 write_reg16(info, RXDMA + BFL, SCABUFSIZE); in rx_start()
4937 min_t(unsigned int, framesize, SCABUFSIZE), 0); in rx_get_frame()
4952 int partial_count = min(copy_count,SCABUFSIZE); in rx_get_frame()
[all …]