Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnvme.h122 #define NVME_CAP_MPSMIN(cap) (((cap) >> 48) & 0xf) macro
/Linux-v4.19/drivers/nvme/host/
Dcore.c1779 unsigned dev_page_min = NVME_CAP_MPSMIN(cap) + 12, page_shift = 12; in nvme_enable_ctrl()
2352 page_shift = NVME_CAP_MPSMIN(cap) + 12; in nvme_init_identify()