Lines Matching refs:access

82     tdp_stats.readAc.access = 0.5 * mcp.num_channels * mcp.clockRate;
83 tdp_stats.writeAc.access = 0.5 * mcp.num_channels * mcp.clockRate;
85 rtp_stats.readAc.access = mcs.reads;
86 rtp_stats.writeAc.access = mcs.writes;
127 //per access energy in memory controller
191 (tdp_stats.readAc.access + tdp_stats.writeAc.access);
196 (rtp_stats.readAc.access + rtp_stats.writeAc.access) *
212 tdp_stats.readAc.access = 0.5 * mcp.num_channels;
213 tdp_stats.writeAc.access = 0.5 * mcp.num_channels;
215 rtp_stats.readAc.access = mcs.reads;
216 rtp_stats.writeAc.access = mcs.writes;
312 (rtp_stats.readAc.access + rtp_stats.writeAc.access) *
365 frontendBuffer->tdp_stats.readAc.access =
368 frontendBuffer->tdp_stats.writeAc.access =
370 frontendBuffer->tdp_stats.searchAc.access =
373 // TODO: These stats assume that access power is calculated per buffer
380 frontendBuffer->rtp_stats.readAc.access = mcs.reads * mcp.llcBlockSize *
382 frontendBuffer->rtp_stats.writeAc.access = mcs.writes * mcp.llcBlockSize *
384 frontendBuffer->rtp_stats.searchAc.access =
385 frontendBuffer->rtp_stats.readAc.access +
386 frontendBuffer->rtp_stats.writeAc.access;
419 readBuffer->tdp_stats.readAc.access = readBuffer->l_ip.num_rd_ports *
421 readBuffer->tdp_stats.writeAc.access = readBuffer->l_ip.num_wr_ports *
424 readBuffer->rtp_stats.readAc.access = mcs.reads * mcp.llcBlockSize *
426 readBuffer->rtp_stats.writeAc.access = mcs.reads * mcp.llcBlockSize *
460 writeBuffer->tdp_stats.readAc.access = writeBuffer->l_ip.num_rd_ports *
462 writeBuffer->tdp_stats.writeAc.access = writeBuffer->l_ip.num_wr_ports *
465 writeBuffer->rtp_stats.readAc.access = mcs.reads * mcp.llcBlockSize *
467 writeBuffer->rtp_stats.writeAc.access = mcs.writes * mcp.llcBlockSize *