Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h577 #define NVME_CAP_TIMEOUT(cap) (((cap) >> 24) & 0xff) macro
H A Dnvme.c57 timeout = NVME_CAP_TIMEOUT(dev->cap) * 500; in nvme_wait_ready()
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c45 unsigned int cap_to = NVME_CAP_TIMEOUT(fdev->cap_reg); in fun_wait_ready()
/openbmc/linux/include/linux/
H A Dnvme.h156 #define NVME_CAP_TIMEOUT(cap) (((cap) >> 24) & 0xff) macro
/openbmc/linux/drivers/nvme/host/
H A Dcore.c2224 (NVME_CAP_TIMEOUT(ctrl->cap) + 1) / 2, "reset"); in nvme_disable_ctrl()
2273 timeout = NVME_CAP_TIMEOUT(ctrl->cap); in nvme_enable_ctrl()
/openbmc/linux/drivers/pci/
H A Dquirks.c4083 timeout = ((NVME_CAP_TIMEOUT(cap) + 1) * HZ / 2) + jiffies; in nvme_disable_and_flr()