comm_monitor.cc (9088:73eeda352933) comm_monitor.cc (9089:da918cb3462e)
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 333 unchanged lines hidden (view full) ---

342CommMonitor::deviceBlockSizeSlave()
343{
344 return masterPort.peerBlockSize();
345}
346
347AddrRangeList
348CommMonitor::getAddrRanges()
349{
1/*
2 * Copyright (c) 2012 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 333 unchanged lines hidden (view full) ---

342CommMonitor::deviceBlockSizeSlave()
343{
344 return masterPort.peerBlockSize();
345}
346
347AddrRangeList
348CommMonitor::getAddrRanges()
349{
350 return masterPort.getSlavePort().getAddrRanges();
350 // get the address ranges of the connected slave port
351 return masterPort.getAddrRanges();
351}
352
353void
354CommMonitor::recvRetryMaster()
355{
356 slavePort.sendRetry();
357}
358

--- 181 unchanged lines hidden ---
352}
353
354void
355CommMonitor::recvRetryMaster()
356{
357 slavePort.sendRetry();
358}
359

--- 181 unchanged lines hidden ---