SCABUFSIZE 3358 drivers/tty/synclinkmp.c BuffersPerFrame = (unsigned short)(info->max_frame_size/SCABUFSIZE); SCABUFSIZE 3359 drivers/tty/synclinkmp.c if ( info->max_frame_size % SCABUFSIZE ) SCABUFSIZE 3366 drivers/tty/synclinkmp.c BufferCount = (SCA_MEM_SIZE/4 - BUFFERLISTSIZE)/SCABUFSIZE; SCABUFSIZE 3443 drivers/tty/synclinkmp.c info->buffer_list_phys + (i * SCABUFSIZE); SCABUFSIZE 3451 drivers/tty/synclinkmp.c info->rx_buf_list[i].length = SCABUFSIZE; SCABUFSIZE 3482 drivers/tty/synclinkmp.c info->port_array[0]->last_mem_alloc += SCABUFSIZE; SCABUFSIZE 4160 drivers/tty/synclinkmp.c write_reg16(info, RXDMA + BFL, SCABUFSIZE); SCABUFSIZE 4936 drivers/tty/synclinkmp.c min_t(unsigned int, framesize, SCABUFSIZE), 0); SCABUFSIZE 4951 drivers/tty/synclinkmp.c int partial_count = min(copy_count,SCABUFSIZE); SCABUFSIZE 5001 drivers/tty/synclinkmp.c trace_block(info, buf, min_t(unsigned int, count, SCABUFSIZE), 1); SCABUFSIZE 5008 drivers/tty/synclinkmp.c copy_count = min_t(unsigned int, count, SCABUFSIZE);