Home
last modified time | relevance | path

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

/drivers/tty/
Dsynclinkmp.c101 #define SCABUFSIZE 1024 macro
3355 BuffersPerFrame = (unsigned short)(info->max_frame_size/SCABUFSIZE); in alloc_dma_bufs()
3356 if ( info->max_frame_size % SCABUFSIZE ) in alloc_dma_bufs()
3363 BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; in alloc_dma_bufs()
3440 info->buffer_list_phys + (i * SCABUFSIZE); in alloc_buf_list()
3448 info->rx_buf_list[i].length = SCABUFSIZE; in alloc_buf_list()
3479 info->port_array[0]->last_mem_alloc += SCABUFSIZE; in alloc_frame_bufs()
4157 write_reg16(info, RXDMA + BFL, SCABUFSIZE); in rx_start()
4933 min_t(unsigned int, framesize, SCABUFSIZE), 0); in rx_get_frame()
4948 int partial_count = min(copy_count,SCABUFSIZE); in rx_get_frame()
[all …]