Searched refs:lunInfo (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dufs_device.cc113 lunInfo.dWord0 = 0x02060000; //data
114 lunInfo.dWord1 = 0x0200001F;
115 lunInfo.vendor0 = 0x484D5241; //ARMH (HMRA)
116 lunInfo.vendor1 = 0x424D4143; //CAMB (BMAC)
117 lunInfo.product0 = 0x356D6567; //gem5 (5meg)
118 lunInfo.product1 = 0x4D534655; //UFSM (MSFU)
119 lunInfo.product2 = 0x4C45444F; //ODEL (LEDO)
120 lunInfo.product3 = temp_id; // ID:"lun_id" ("lun_id":DI)
121 lunInfo.productRevision = 0x01000000; //0x01
193 (reinterpret_cast<uint32_t*> (&lunInfo))[coun
[all...]
H A Dufs_device.hh701 struct LUNInfo lunInfo; member in class:UFSHostDevice::UFSSCSIDevice

Completed in 12 milliseconds