Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnvme.h73 NVME_CSTS_SHST_MASK = 3 << 2, enumerator
/linux-4.4.14/drivers/nvme/host/
Dpci.c1662 while ((readl(&dev->bar->csts) & NVME_CSTS_SHST_MASK) != in nvme_shutdown_ctrl()