port.hh (9088:73eeda352933) | port.hh (9089:da918cb3462e) |
---|---|
1/* 2 * Copyright (c) 2011-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 --- 201 unchanged lines hidden (view full) --- 210 */ 211 virtual unsigned deviceBlockSize() const { return 0; } 212 213 /** Called by the associated device if it wishes to find out the blocksize 214 of the device on attached to the peer port. 215 */ 216 unsigned peerBlockSize() const; 217 | 1/* 2 * Copyright (c) 2011-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 --- 201 unchanged lines hidden (view full) --- 210 */ 211 virtual unsigned deviceBlockSize() const { return 0; } 212 213 /** Called by the associated device if it wishes to find out the blocksize 214 of the device on attached to the peer port. 215 */ 216 unsigned peerBlockSize() const; 217 |
218 /** 219 * Get the address ranges of the connected slave port. 220 */ 221 AddrRangeList getAddrRanges() const; 222 |
|
218 /** Inject a PrintReq for the given address to print the state of 219 * that address throughout the memory system. For debugging. 220 */ 221 void printAddr(Addr a); 222 223 protected: 224 225 /** --- 188 unchanged lines hidden --- | 223 /** Inject a PrintReq for the given address to print the state of 224 * that address throughout the memory system. For debugging. 225 */ 226 void printAddr(Addr a); 227 228 protected: 229 230 /** --- 188 unchanged lines hidden --- |