Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dnvme.h166 #define NVME_CRTO_CRIMT(crto) ((crto) >> 16) argument
167 #define NVME_CRTO_CRWMT(crto) ((crto) & 0xffff) argument
/Linux-v6.1/drivers/nvme/host/
Dcore.c2300 u32 crto; in nvme_enable_ctrl() local
2302 ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CRTO, &crto); in nvme_enable_ctrl()
2311 timeout = NVME_CRTO_CRIMT(crto); in nvme_enable_ctrl()
2313 timeout = NVME_CRTO_CRWMT(crto); in nvme_enable_ctrl()