Searched refs:in_descr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Dsync_serial.c139 struct etrax_dma_descr in_descr[NUM_IN_DESCR] __attribute__ ((aligned(32))); member in struct:sync_port
362 port->next_rx_desc = &port->in_descr[0]; initialize_port()
363 port->prev_rx_desc = &port->in_descr[NUM_IN_DESCR-1]; initialize_port()
1245 port->in_descr[i].sw_len = port->inbufchunk; start_dma_in()
1246 port->in_descr[i].ctrl = d_int; start_dma_in()
1247 port->in_descr[i].next = virt_to_phys(&port->in_descr[i+1]); start_dma_in()
1248 port->in_descr[i].buf = buf; start_dma_in()
1249 port->in_descr[i].hw_len = 0; start_dma_in()
1250 port->in_descr[i].status = 0; start_dma_in()
1251 port->in_descr[i].fifo_len = 0; start_dma_in()
1253 prepare_rx_descriptor(&port->in_descr[i]); start_dma_in()
1256 port->in_descr[i-1].next = virt_to_phys(&port->in_descr[0]); start_dma_in()
1257 port->in_descr[i-1].ctrl |= d_eol; start_dma_in()
1258 port->next_rx_desc = &port->in_descr[0]; start_dma_in()
1259 port->prev_rx_desc = &port->in_descr[NUM_IN_DESCR - 1]; start_dma_in()
/linux-4.1.27/arch/cris/arch-v32/drivers/
H A Dsync_serial.c165 dma_descr_data in_descr[NBR_IN_DESCR] __aligned(16);
1309 port->in_descr[i].buf = buf; start_dma_in()
1310 port->in_descr[i].after = buf + port->inbufchunk; start_dma_in()
1311 port->in_descr[i].intr = 1; start_dma_in()
1312 port->in_descr[i].next = start_dma_in()
1313 (dma_descr_data *)virt_to_phys(&port->in_descr[i+1]); start_dma_in()
1314 port->in_descr[i].buf = buf; start_dma_in()
1318 port->in_descr[i-1].next = start_dma_in()
1319 (dma_descr_data *)virt_to_phys(&port->in_descr[0]); start_dma_in()
1320 port->in_descr[i-1].eol = regk_sser_yes; start_dma_in()
1321 port->next_rx_desc = &port->in_descr[0]; start_dma_in()
1322 port->prev_rx_desc = &port->in_descr[NBR_IN_DESCR - 1]; start_dma_in()
1324 (dma_descr_data *)virt_to_phys(&port->in_descr[0]); start_dma_in()
1325 port->in_context.saved_data_buf = port->in_descr[0].buf; start_dma_in()

Completed in 104 milliseconds