Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c103 return fun_wait_ready(fdev, !!(fdev->cc_reg & NVME_CC_ENABLE)); in fun_update_cc_enable()
108 fdev->cc_reg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in fun_disable_ctrl()
118 NVME_CC_ENABLE; in fun_enable_ctrl()
720 rc = fun_wait_ready(fdev, fdev->cc_reg & NVME_CC_ENABLE); in sanitize_dev()
725 if (fdev->cc_reg & NVME_CC_ENABLE) in sanitize_dev()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.c281 dev->ctrl_config |= NVME_CC_ENABLE; in nvme_enable_ctrl()
290 dev->ctrl_config &= ~NVME_CC_ENABLE; in nvme_disable_ctrl()
H A Dnvme.h585 NVME_CC_ENABLE = 1 << 0, enumerator
/openbmc/linux/include/linux/
H A Dnvme.h193 NVME_CC_ENABLE = 1 << 0, enumerator
/openbmc/linux/drivers/nvme/host/
H A Dcore.c2210 ctrl->ctrl_config &= ~NVME_CC_ENABLE; in nvme_disable_ctrl()
2303 ctrl->ctrl_config |= NVME_CC_ENABLE; in nvme_enable_ctrl()
4109 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP)); in nvme_ctrl_pp_status()
H A Dapple.c1007 if (anv->ctrl.ctrl_config & NVME_CC_ENABLE) in apple_nvme_reset_work()
H A Dpci.c2732 if (dev->ctrl.ctrl_config & NVME_CC_ENABLE) in nvme_reset_work()
/openbmc/linux/drivers/nvme/target/
H A Dcore.c1291 if (unlikely(!(req->sq->ctrl->cc & NVME_CC_ENABLE))) { in nvmet_check_ctrl_status()
/openbmc/linux/drivers/pci/
H A Dquirks.c4078 if (cfg & NVME_CC_ENABLE) { in nvme_disable_and_flr()
4087 cfg &= ~(NVME_CC_SHN_MASK | NVME_CC_ENABLE); in nvme_disable_and_flr()