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

/gem5/src/dev/arm/
H A Dhdlcd.cc363 if (bus_options.burst_len != old_bus_options.burst_len) {
366 old_bus_options.burst_len, bus_options.burst_len);
476 const uint32_t dma_burst_flags(bus_options.burst_len);
H A Dhdlcd.hh187 Bitfield<4,0> burst_len; member in class:HDLcd
/gem5/ext/mcpat/cacti/
H A Duca.cc285 (MAX((g_ip->burst_len / g_ip->int_prefetch_w), 1) - 1) *
309 htree_in_data->power.readOp.dynamic) * g_ip->burst_len;
317 bank.mat.power_sa_mux_lev_2_decoders.readOp.dynamic) * dp.num_act_mats_hor_dir) * g_ip->burst_len;
405 (MAX((g_ip->burst_len / g_ip->int_prefetch_w), 1) - 1); //FIXME
H A Dcacti_interface.h164 unsigned int burst_len; member in class:InputParameter
H A Dio.cc78 sscanf(line, "-burst %[(:-~)*]%u", jk, &(burst_len));
551 cout << "Burst length : " << burst_len << endl;
737 g_ip->burst_len = burst_length;
927 g_ip->burst_len = BURST_LENGTH_in;
H A Dparameter.cc528 ((int) g_ip->out_w * (int) g_ip->burst_len * (int) g_ip->data_assoc)) {
/gem5/ext/mcpat/
H A Dsystem.cc230 ASSIGN_INT_IF("burst_len", interface_ip.burst_len);

Completed in 14 milliseconds