Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.c303 dev->ctrl_config |= NVME_CC_ENABLE; in nvme_enable_ctrl()
312 dev->ctrl_config &= ~NVME_CC_ENABLE; in nvme_disable_ctrl()
H A Dnvme.h586 NVME_CC_ENABLE = 1 << 0, enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h169 NVME_CC_ENABLE = 1 << 0, enumerator
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c2413 ctrl->ctrl_config &= ~NVME_CC_ENABLE; in nvme_disable_ctrl()
2452 ctrl->ctrl_config |= NVME_CC_ENABLE; in nvme_enable_ctrl()
4360 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP)); in nvme_ctrl_pp_status()
H A Dpci.c2615 if (dev->ctrl.ctrl_config & NVME_CC_ENABLE) in nvme_reset_work()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dcore.c1233 if (unlikely(!(req->sq->ctrl->cc & NVME_CC_ENABLE))) { in nvmet_check_ctrl_status()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dquirks.c3904 if (cfg & NVME_CC_ENABLE) { in nvme_disable_and_flr()
3913 cfg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in nvme_disable_and_flr()