Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnvme.h1281 #define NVME_TEMP_TMPTH(temp) (temp & 0xffff) macro
/openbmc/qemu/hw/nvme/
H A Dctrl.c6492 n->features.temp_thresh_hi = NVME_TEMP_TMPTH(dw11); in nvme_set_feature()
6495 n->features.temp_thresh_low = NVME_TEMP_TMPTH(dw11); in nvme_set_feature()