Searched refs:crto (Results 1 – 2 of 2) sorted by relevance
167 #define NVME_CRTO_CRIMT(crto) ((crto) >> 16) argument168 #define NVME_CRTO_CRWMT(crto) ((crto) & 0xffff) argument
2292 u32 crto, ready_timeout; in nvme_enable_ctrl() local2294 ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CRTO, &crto); in nvme_enable_ctrl()2307 ready_timeout = NVME_CRTO_CRIMT(crto); in nvme_enable_ctrl()2309 ready_timeout = NVME_CRTO_CRWMT(crto); in nvme_enable_ctrl()2313 crto, ctrl->cap); in nvme_enable_ctrl()