Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/block/mtip32xx/
Dmtip32xx.c3628 unsigned short pcie_dev_ctrl; in mtip_disable_link_opts() local
3631 pcie_capability_read_word(pdev, PCI_EXP_DEVCTL, &pcie_dev_ctrl); in mtip_disable_link_opts()
3632 if (pcie_dev_ctrl & PCI_EXP_DEVCTL_NOSNOOP_EN || in mtip_disable_link_opts()
3633 pcie_dev_ctrl & PCI_EXP_DEVCTL_RELAX_EN) { in mtip_disable_link_opts()
3637 pcie_dev_ctrl &= ~(PCI_EXP_DEVCTL_NOSNOOP_EN | in mtip_disable_link_opts()
3640 pcie_dev_ctrl); in mtip_disable_link_opts()