Searched refs:UFS_FLAG (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | ufs-sysfs.c | 889 #define UFS_FLAG(_name, _uname) \ macro 909 UFS_FLAG(device_init, _FDEVICEINIT); 910 UFS_FLAG(permanent_wpe, _PERMANENT_WPE); 911 UFS_FLAG(power_on_wpe, _PWR_ON_WPE); 912 UFS_FLAG(bkops_enable, _BKOPS_EN); 913 UFS_FLAG(life_span_mode_enable, _LIFE_SPAN_MODE_ENABLE); 914 UFS_FLAG(phy_resource_removal, _FPHYRESOURCEREMOVAL); 915 UFS_FLAG(busy_rtc, _BUSY_RTC); 916 UFS_FLAG(disable_fw_update, _PERMANENTLY_DISABLE_FW_UPDATE); 917 UFS_FLAG(wb_enable, _WB_EN); [all …]
|