Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnvme.h1274 #define NVME_TEMP_THSEL(temp) ((temp >> 20) & 0x3) macro
/openbmc/qemu/hw/nvme/
H A Dctrl.c6245 switch (NVME_TEMP_THSEL(dw11)) { in nvme_get_feature()
6330 if (NVME_TEMP_THSEL(dw11) == NVME_TEMP_THSEL_OVER) { in nvme_get_feature()
6490 switch (NVME_TEMP_THSEL(dw11)) { in nvme_set_feature()