Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/block/mtip32xx/
Dmtip32xx.c3640 unsigned short pcie_dev_ctrl; in mtip_disable_link_opts() local
3643 pcie_capability_read_word(pdev, PCI_EXP_DEVCTL, &pcie_dev_ctrl); in mtip_disable_link_opts()
3644 if (pcie_dev_ctrl & PCI_EXP_DEVCTL_NOSNOOP_EN || in mtip_disable_link_opts()
3645 pcie_dev_ctrl & PCI_EXP_DEVCTL_RELAX_EN) { in mtip_disable_link_opts()
3649 pcie_dev_ctrl &= ~(PCI_EXP_DEVCTL_NOSNOOP_EN | in mtip_disable_link_opts()
3652 pcie_dev_ctrl); in mtip_disable_link_opts()