Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Dintel-iommu.c4708 uint32_t vtisochctrl; in check_tylersburg_isoch() local
4723 if (pci_read_config_dword(pdev, 0x188, &vtisochctrl)) { in check_tylersburg_isoch()
4731 if (vtisochctrl & 1) in check_tylersburg_isoch()
4735 vtisochctrl &= 0x1c; in check_tylersburg_isoch()
4738 if (vtisochctrl == 0x10) in check_tylersburg_isoch()
4742 if (!vtisochctrl) { in check_tylersburg_isoch()
4753 vtisochctrl); in check_tylersburg_isoch()