Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h592 NVME_CC_SHN_NORMAL = 1 << 14, enumerator
/openbmc/linux/include/linux/
H A Dnvme.h208 NVME_CC_SHN_NORMAL = 1 << NVME_CC_SHN_SHIFT, enumerator
/openbmc/linux/drivers/nvme/host/
H A Dpci.c2703 bool was_suspend = !!(dev->ctrl.ctrl_config & NVME_CC_SHN_NORMAL); in nvme_reset_work()
H A Dcore.c2204 ctrl->ctrl_config |= NVME_CC_SHN_NORMAL; in nvme_disable_ctrl()