Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dcore.c2444 u64 total_latency_us, exit_latency_us, transition_ms; in nvme_configure_apst() local
2477 &transition_ms, &last_lt_index)) in nvme_configure_apst()
2480 transition_ms = total_latency_us + 19; in nvme_configure_apst()
2481 do_div(transition_ms, 20); in nvme_configure_apst()
2482 if (transition_ms > (1 << 24) - 1) in nvme_configure_apst()
2483 transition_ms = (1 << 24) - 1; in nvme_configure_apst()
2486 target = cpu_to_le64((state << 3) | (transition_ms << 8)); in nvme_configure_apst()