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

/linux-master/drivers/dma/
H A Dpl330.c279 unsigned int data_bus_width:10; /* In number of bits */ member in struct:pl330_config
1829 pl330->pcfg.data_bus_width = 8 * (1 << val);
2672 burst_len = pl330->pcfg.data_bus_width / 8;
2797 burst = pl330->pcfg.data_bus_width / 8;
2816 if (burst * 8 < pl330->pcfg.data_bus_width)
3176 pcfg->data_buf_dep, pcfg->data_bus_width / 8, pcfg->num_chan,

Completed in 127 milliseconds