Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Diommu.c4614 uint32_t vtisochctrl; in check_tylersburg_isoch() local
4640 if (pci_read_config_dword(pdev, 0x188, &vtisochctrl)) { in check_tylersburg_isoch()
4648 if (vtisochctrl & 1) in check_tylersburg_isoch()
4652 vtisochctrl &= 0x1c; in check_tylersburg_isoch()
4655 if (vtisochctrl == 0x10) in check_tylersburg_isoch()
4659 if (!vtisochctrl) { in check_tylersburg_isoch()
4670 vtisochctrl); in check_tylersburg_isoch()