Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h579 #define NVME_CAP_STRIDE(cap) (((cap) >> 32) & 0xf) macro
H A Dnvme.c869 ndev->db_stride = 1 << NVME_CAP_STRIDE(ndev->cap); in nvme_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h136 #define NVME_CAP_STRIDE(cap) (((cap) >> 32) & 0xf) macro
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dpci.c2403 dev->db_stride = 1 << NVME_CAP_STRIDE(dev->ctrl.cap); in nvme_pci_enable()