Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h592 NVME_CC_SHN_NONE = 0 << 14, enumerator
H A Dnvme.c392 dev->ctrl_config |= NVME_CC_ARB_RR | NVME_CC_SHN_NONE; in nvme_configure_admin_queue()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h183 NVME_CC_SHN_NONE = 0 << NVME_CC_SHN_SHIFT, enumerator
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c2450 ctrl->ctrl_config |= NVME_CC_AMS_RR | NVME_CC_SHN_NONE; in nvme_enable_ctrl()