data_bus_width 278 drivers/dma/pl330.c unsigned int data_bus_width:10; /* In number of bits */ data_bus_width 1817 drivers/dma/pl330.c pl330->pcfg.data_bus_width = 8 * (1 << val); data_bus_width 2653 drivers/dma/pl330.c burst_len = pl330->pcfg.data_bus_width / 8; data_bus_width 2777 drivers/dma/pl330.c burst = pl330->pcfg.data_bus_width / 8; data_bus_width 2795 drivers/dma/pl330.c if (desc->rqcfg.brst_size * 8 < pl330->pcfg.data_bus_width) data_bus_width 3171 drivers/dma/pl330.c pcfg->data_buf_dep, pcfg->data_bus_width / 8, pcfg->num_chan,