Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/drivers/
Dsync_serial.c139 struct etrax_dma_descr in_descr[NUM_IN_DESCR] __attribute__ ((aligned(32))); member
362 port->next_rx_desc = &port->in_descr[0]; in initialize_port()
363 port->prev_rx_desc = &port->in_descr[NUM_IN_DESCR-1]; in initialize_port()
1245 port->in_descr[i].sw_len = port->inbufchunk; in start_dma_in()
1246 port->in_descr[i].ctrl = d_int; in start_dma_in()
1247 port->in_descr[i].next = virt_to_phys(&port->in_descr[i+1]); in start_dma_in()
1248 port->in_descr[i].buf = buf; in start_dma_in()
1249 port->in_descr[i].hw_len = 0; in start_dma_in()
1250 port->in_descr[i].status = 0; in start_dma_in()
1251 port->in_descr[i].fifo_len = 0; in start_dma_in()
[all …]
/linux-4.1.27/arch/cris/arch-v32/drivers/
Dsync_serial.c165 dma_descr_data in_descr[NBR_IN_DESCR] __aligned(16); member
1309 port->in_descr[i].buf = buf; in start_dma_in()
1310 port->in_descr[i].after = buf + port->inbufchunk; in start_dma_in()
1311 port->in_descr[i].intr = 1; in start_dma_in()
1312 port->in_descr[i].next = in start_dma_in()
1313 (dma_descr_data *)virt_to_phys(&port->in_descr[i+1]); in start_dma_in()
1314 port->in_descr[i].buf = buf; in start_dma_in()
1318 port->in_descr[i-1].next = in start_dma_in()
1319 (dma_descr_data *)virt_to_phys(&port->in_descr[0]); in start_dma_in()
1320 port->in_descr[i-1].eol = regk_sser_yes; in start_dma_in()
[all …]