Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Diommu.c4970 uint32_t vtisochctrl; in check_tylersburg_isoch() local
4996 if (pci_read_config_dword(pdev, 0x188, &vtisochctrl)) { in check_tylersburg_isoch()
5004 if (vtisochctrl & 1) in check_tylersburg_isoch()
5008 vtisochctrl &= 0x1c; in check_tylersburg_isoch()
5011 if (vtisochctrl == 0x10) in check_tylersburg_isoch()
5015 if (!vtisochctrl) { in check_tylersburg_isoch()
5026 vtisochctrl); in check_tylersburg_isoch()