Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dfabrics-cmd.c49 case NVME_REG_CAP: in nvmet_execute_prop_get()
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c454 *(u64 *)(buf + NVME_REG_CAP) = readq(bar + NVME_REG_CAP); in fun_get_regs()
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c714 fdev->cap_reg = readq(fdev->bar + NVME_REG_CAP); in sanitize_dev()
/openbmc/linux/include/linux/
H A Dnvme.h122 NVME_REG_CAP = 0x0000, /* Controller Capabilities */ enumerator
/openbmc/linux/drivers/nvme/host/
H A Dapple.c1101 anv->ctrl.cap = readq(anv->mmio_nvme + NVME_REG_CAP); in apple_nvme_reset_work()
H A Dcore.c2234 ret = ctrl->ops->reg_read64(ctrl, NVME_REG_CAP, &ctrl->cap); in nvme_enable_ctrl()
2269 ret = ctrl->ops->reg_read64(ctrl, NVME_REG_CAP, &ctrl->cap); in nvme_enable_ctrl()
H A Dpci.c2512 dev->ctrl.cap = lo_hi_readq(dev->bar + NVME_REG_CAP); in nvme_pci_enable()
/openbmc/qemu/include/block/
H A Dnvme.h37 NVME_REG_CAP = offsetof(NvmeBar, cap), enumerator
/openbmc/linux/drivers/pci/
H A Dquirks.c4064 u32 cap = readl(bar + NVME_REG_CAP); in nvme_disable_and_flr()