Deleted Added
sdiff udiff text old ( 11430:bd1c6789c33f ) new ( 11523:81332eb10367 )
full compact
1/*
2 * Copyright (c) 2013-2015 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

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

769{
770 return new UFSHostDevice(this);
771}
772
773
774void
775UFSHostDevice::regStats()
776{
777 using namespace Stats;
778
779 std::string UFSHost_name = name() + ".UFSDiskHost";
780
781 // Register the stats
782 /** Queue lengths */
783 stats.currentSCSIQueue
784 .name(UFSHost_name + ".currentSCSIQueue")

--- 1567 unchanged lines hidden ---