Home
last modified time | relevance | path

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

/components/drivers/nvme/
A Dnvme.c73 nvme->ctrl_config &= ~RT_NVME_CC_SHN_MASK; in nvme_enable_ctrl()
74 nvme->ctrl_config |= RT_NVME_CC_ENABLE; in nvme_enable_ctrl()
75 nvme_writel(nvme, RT_NVME_REG_CC, nvme->ctrl_config); in nvme_enable_ctrl()
82 nvme->ctrl_config &= ~RT_NVME_CC_SHN_MASK; in nvme_disable_ctrl()
83 nvme->ctrl_config &= ~RT_NVME_CC_ENABLE; in nvme_disable_ctrl()
84 nvme_writel(nvme, RT_NVME_REG_CC, nvme->ctrl_config); in nvme_disable_ctrl()
91 nvme->ctrl_config &= ~RT_NVME_CC_SHN_MASK; in nvme_shutdown_ctrl()
92 nvme->ctrl_config |= RT_NVME_CC_SHN_NORMAL; in nvme_shutdown_ctrl()
93 nvme_writel(nvme, RT_NVME_REG_CC, nvme->ctrl_config); in nvme_shutdown_ctrl()
925 nvme->ctrl_config = RT_NVME_CC_CSS_NVM; in nvme_configure_admin_queue()
[all …]
/components/drivers/include/drivers/
A Dnvme.h840 rt_uint32_t ctrl_config; member

Completed in 8 milliseconds