last_mem_alloc 282 drivers/tty/synclink.c u32 last_mem_alloc; last_mem_alloc 3548 drivers/tty/synclink.c info->last_mem_alloc = 0; last_mem_alloc 3657 drivers/tty/synclink.c info->buffer_list = info->memory_base + info->last_mem_alloc; last_mem_alloc 3658 drivers/tty/synclink.c info->buffer_list_phys = info->last_mem_alloc; last_mem_alloc 3659 drivers/tty/synclink.c info->last_mem_alloc += BUFFERLISTSIZE; last_mem_alloc 3772 drivers/tty/synclink.c BufferList[i].virt_addr = info->memory_base + info->last_mem_alloc; last_mem_alloc 3773 drivers/tty/synclink.c phys_addr = info->last_mem_alloc; last_mem_alloc 3774 drivers/tty/synclink.c info->last_mem_alloc += DMABUFFERSIZE; last_mem_alloc 244 drivers/tty/synclinkmp.c u32 last_mem_alloc; last_mem_alloc 3351 drivers/tty/synclinkmp.c info->port_array[0]->last_mem_alloc = (SCA_MEM_SIZE/4) * info->port_num; last_mem_alloc 3420 drivers/tty/synclinkmp.c info->buffer_list = info->memory_base + info->port_array[0]->last_mem_alloc; last_mem_alloc 3421 drivers/tty/synclinkmp.c info->buffer_list_phys = info->port_array[0]->last_mem_alloc; last_mem_alloc 3422 drivers/tty/synclinkmp.c info->port_array[0]->last_mem_alloc += BUFFERLISTSIZE; last_mem_alloc 3480 drivers/tty/synclinkmp.c buf_list_ex[i].virt_addr = info->memory_base + info->port_array[0]->last_mem_alloc; last_mem_alloc 3481 drivers/tty/synclinkmp.c phys_addr = info->port_array[0]->last_mem_alloc; last_mem_alloc 3482 drivers/tty/synclinkmp.c info->port_array[0]->last_mem_alloc += SCABUFSIZE;