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