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.c2448 u64 total_latency_us, exit_latency_us, transition_ms; in nvme_configure_apst() local
2481 &transition_ms, &last_lt_index)) in nvme_configure_apst()
2484 transition_ms = total_latency_us + 19; in nvme_configure_apst()
2485 do_div(transition_ms, 20); in nvme_configure_apst()
2486 if (transition_ms > (1 << 24) - 1) in nvme_configure_apst()
2487 transition_ms = (1 << 24) - 1; in nvme_configure_apst()
2490 target = cpu_to_le64((state << 3) | (transition_ms << 8)); in nvme_configure_apst()