Searched refs:NVME_CAP_STRIDE (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/drivers/nvme/ | ||
| H A D | nvme.h | 578 #define NVME_CAP_STRIDE(cap) (((cap) >> 32) & 0xf) macro |
| H A D | nvme.c | 801 ndev->db_stride = 1 << NVME_CAP_STRIDE(ndev->cap); in nvme_probe() |