Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.c337 unsigned dev_page_min = NVME_CAP_MPSMIN(cap) + 12; in nvme_configure_admin_queue()
578 int shift = NVME_CAP_MPSMIN(dev->cap) + 12; in nvme_get_info_from_identify()
H A Dnvme.h579 #define NVME_CAP_MPSMIN(cap) (((cap) >> 48) & 0xf) macro
/openbmc/linux/drivers/nvme/target/
H A Dpassthru.c115 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12; in nvmet_passthru_override_id_ctrl()
/openbmc/qemu/block/
H A Dnvme.c793 1 << (12 + NVME_CAP_MPSMIN(cap))); in nvme_init()
802 s->page_size = 1u << (12 + NVME_CAP_MPSMIN(cap)); in nvme_init()
/openbmc/linux/include/linux/
H A Dnvme.h160 #define NVME_CAP_MPSMIN(cap) (((cap) >> 48) & 0xf) macro
/openbmc/qemu/include/block/
H A Dnvme.h116 #define NVME_CAP_MPSMIN(cap)(((cap) >> CAP_MPSMIN_SHIFT) & CAP_MPSMIN_MASK) macro
/openbmc/linux/drivers/nvme/host/
H A Dcore.c2236 dev_page_min = NVME_CAP_MPSMIN(ctrl->cap) + 12; in nvme_enable_ctrl()
2884 u32 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12, val; in nvme_mps_to_sectors()
/openbmc/qemu/hw/nvme/
H A Dctrl.c7643 if (unlikely(NVME_CC_MPS(cc) < NVME_CAP_MPSMIN(cap))) { in nvme_start_ctrl()
7646 NVME_CAP_MPSMIN(cap)); in nvme_start_ctrl()