Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dnvme.h1257 #define NVME_TEMP_THSEL(temp) ((temp >> 20) & 0x3) macro
/qemu/hw/nvme/
H A Dctrl.c5956 switch (NVME_TEMP_THSEL(dw11)) { in nvme_get_feature()
6041 if (NVME_TEMP_THSEL(dw11) == NVME_TEMP_THSEL_OVER) { in nvme_get_feature()
6197 switch (NVME_TEMP_THSEL(dw11)) { in nvme_set_feature()