sysfs-devices-mmc 985 B

123456789101112131415161718192021
  1. What: /sys/devices/.../mmc_host/mmcX/mmcX:XXXX/enhanced_area_offset
  2. Date: January 2011
  3. Contact: Chuanxiao Dong <chuanxiao.dong@intel.com>
  4. Description:
  5. Enhanced area is a new feature defined in eMMC4.4 standard.
  6. eMMC4.4 or later card can support such feature. This kind of
  7. area can help to improve the card performance. If the feature
  8. is enabled, this attribute will indicate the start address of
  9. enhanced data area. If not, this attribute will be -EINVAL.
  10. Unit Byte. Format decimal.
  11. What: /sys/devices/.../mmc_host/mmcX/mmcX:XXXX/enhanced_area_size
  12. Date: January 2011
  13. Contact: Chuanxiao Dong <chuanxiao.dong@intel.com>
  14. Description:
  15. Enhanced area is a new feature defined in eMMC4.4 standard.
  16. eMMC4.4 or later card can support such feature. This kind of
  17. area can help to improve the card performance. If the feature
  18. is enabled, this attribute will indicate the size of enhanced
  19. data area. If not, this attribute will be -EINVAL.
  20. Unit KByte. Format decimal.