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

/gem5/src/dev/arm/
H A Dufs_device.cc727 UFSSlots(p->ufs_slots - 1),
753 if (UFSSlots > 31)
754 warn("UFSSlots = %d, this will results in %d command slots",
755 UFSSlots, (UFSSlots & 0x1F));
757 if ((UFSSlots & 0x1F) == 0)
896 UFSHCIMem.HCCAP = 0x06070000 | (UFSSlots & 0x1F);
H A Dufs_device.hh1006 const uint8_t UFSSlots; member in class:UFSHostDevice

Completed in 16 milliseconds