Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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.h607 NVME_CC_ENABLE = 1 << 0, enumerator