Home
last modified time | relevance | path

Searched refs:ee_control (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/ufs/
H A Dufs.c870 uint16_t ee_control = be16_to_cpu(u->attributes.exception_event_control); in ufs_check_exception_event_alert() local
881 return ee_control & ee_status; in ufs_check_exception_event_alert()
1093 uint16_t ee_control = be16_to_cpu(u->attributes.exception_event_control); in ufs_read_device_temp() local
1097 high_temp_en = ee_control & MASK_EE_TOO_HIGH_TEMP; in ufs_read_device_temp()
1098 low_temp_en = ee_control & MASK_EE_TOO_LOW_TEMP; in ufs_read_device_temp()